| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
static TransportZoneProfileTypeIdEntry |
TransportZoneProfileTypeIdEntry._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 TransportZoneProfileTypeIdEntry |
TransportZoneProfileTypeIdEntry._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
TransportZoneProfileTypeIdEntry |
TransportZoneProfileTypeIdEntry.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TransportZoneProfileTypeIdEntry> |
TransportZoneEndPoint.getTransportZoneProfileIds()
For MP APIs provide UUID of transport zone profiles.
|
java.util.List<TransportZoneProfileTypeIdEntry> |
TransportZone.getTransportZoneProfileIds()
Identifiers of the transport zone profiles associated with this TransportZone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransportZoneEndPoint.setTransportZoneProfileIds(java.util.List<TransportZoneProfileTypeIdEntry> transportZoneProfileIds)
For MP APIs provide UUID of transport zone profiles.
|
TransportZoneEndPoint.Builder |
TransportZoneEndPoint.Builder.setTransportZoneProfileIds(java.util.List<TransportZoneProfileTypeIdEntry> transportZoneProfileIds)
For MP APIs provide UUID of transport zone profiles.
|
void |
TransportZone.setTransportZoneProfileIds(java.util.List<TransportZoneProfileTypeIdEntry> transportZoneProfileIds)
Identifiers of the transport zone profiles associated with this TransportZone.
|
TransportZone.Builder |
TransportZone.Builder.setTransportZoneProfileIds(java.util.List<TransportZoneProfileTypeIdEntry> transportZoneProfileIds)
Identifiers of the transport zone profiles associated with this TransportZone.
|