Table of Contents

Class VcnUnderlyingNetworkTemplate

Namespace
Android.Net.Vcn
Assembly
MASES.Netdroid.dll
public class VcnUnderlyingNetworkTemplate : JVMBridgeBase<VcnUnderlyingNetworkTemplate>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
VcnUnderlyingNetworkTemplate
Implements
Derived
Extension Methods

Constructors

VcnUnderlyingNetworkTemplate(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public VcnUnderlyingNetworkTemplate(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MATCH_ANY

public static int MATCH_ANY { get; set; }

Property Value

int

MATCH_FORBIDDEN

public static int MATCH_FORBIDDEN { get; set; }

Property Value

int

MATCH_REQUIRED

public static int MATCH_REQUIRED { get; set; }

Property Value

int

Methods

GetMetered()

public int GetMetered()

Returns

int

int

GetMinEntryDownstreamBandwidthKbps()

public int GetMinEntryDownstreamBandwidthKbps()

Returns

int

int

GetMinEntryUpstreamBandwidthKbps()

public int GetMinEntryUpstreamBandwidthKbps()

Returns

int

int

GetMinExitDownstreamBandwidthKbps()

public int GetMinExitDownstreamBandwidthKbps()

Returns

int

int

GetMinExitUpstreamBandwidthKbps()

public int GetMinExitUpstreamBandwidthKbps()

Returns

int

int