Package | Description |
---|---|
com.vmware.nsx_policy.infra.tier_0s.locale_services.l2vpn_context.l2vpns | |
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
AggregateL2VpnPeerConfig |
PeerConfigStub.get(java.lang.String tier0Id,
java.lang.String localeServiceId,
java.lang.String l2vpnId,
java.lang.String enforcementPointPath) |
AggregateL2VpnPeerConfig |
PeerConfig.get(java.lang.String tier0Id,
java.lang.String localeServiceId,
java.lang.String l2vpnId,
java.lang.String enforcementPointPath)
Deprecated.
|
AggregateL2VpnPeerConfig |
PeerConfigStub.get(java.lang.String tier0Id,
java.lang.String localeServiceId,
java.lang.String l2vpnId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
AggregateL2VpnPeerConfig |
PeerConfig.get(java.lang.String tier0Id,
java.lang.String localeServiceId,
java.lang.String l2vpnId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PeerConfigStub.get(java.lang.String tier0Id,
java.lang.String localeServiceId,
java.lang.String l2vpnId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback) |
void |
PeerConfig.get(java.lang.String tier0Id,
java.lang.String localeServiceId,
java.lang.String l2vpnId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback)
Deprecated.
|
void |
PeerConfigStub.get(java.lang.String tier0Id,
java.lang.String localeServiceId,
java.lang.String l2vpnId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
PeerConfig.get(java.lang.String tier0Id,
java.lang.String localeServiceId,
java.lang.String l2vpnId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AggregateL2VpnPeerConfig |
AggregateL2VpnPeerConfig._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static AggregateL2VpnPeerConfig |
AggregateL2VpnPeerConfig._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
AggregateL2VpnPeerConfig |
AggregateL2VpnPeerConfig.Builder.build() |