| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
VifAttachmentContext.Builder |
VifAttachmentContext.Builder.setAllocateAddresses(java.lang.String allocateAddresses)
Possible values are:
AttachmentContext.ALLOCATE_ADDRESSES_IPPOOL
AttachmentContext.ALLOCATE_ADDRESSES_MACPOOL
AttachmentContext.ALLOCATE_ADDRESSES_BOTH
AttachmentContext.ALLOCATE_ADDRESSES_NONE
AttachmentContext.ALLOCATE_ADDRESSES_DHCP
AttachmentContext.ALLOCATE_ADDRESSES_DHCPV6
AttachmentContext.ALLOCATE_ADDRESSES_SLAAC
A flag to indicate whether to allocate addresses from allocation pools
bound to the parent logical switch. |
VifAttachmentContext.Builder |
VifAttachmentContext.Builder.setAppId(java.lang.String appId)
An application ID used to identify / look up a child VIF behind a parent VIF.
|
VifAttachmentContext.Builder |
VifAttachmentContext.Builder.setBmsInterfaceConfig(AttachedInterface bmsInterfaceConfig) |
VifAttachmentContext.Builder |
VifAttachmentContext.Builder.setParentVifId(java.lang.String parentVifId)
VIF ID of the parent VIF if vif_type is CHILD
|
VifAttachmentContext.Builder |
VifAttachmentContext.Builder.setTrafficTag(java.lang.Long trafficTag)
Current we use VLAN id as the traffic tag.
|
VifAttachmentContext.Builder |
VifAttachmentContext.Builder.setTransportNodeUuid(java.lang.String transportNodeUuid)
Only effective when vif_type is INDEPENDENT.
|
VifAttachmentContext.Builder |
VifAttachmentContext.Builder.setVifType(java.lang.String vifType)
Possible values are:
VifAttachmentContext.VIF_TYPE_PARENT VifAttachmentContext.VIF_TYPE_CHILD VifAttachmentContext.VIF_TYPE_INDEPENDENT Type
of the VIF attached to logical port |