Uses of Class
com.vmware.nsx_policy.model.NicMetadata.Builder
-
Packages that use NicMetadata.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of NicMetadata.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return NicMetadata.Builder Modifier and Type Method Description NicMetadata.Builder
NicMetadata.Builder. setInterfaceIndex(java.lang.Long interfaceIndex)
Network Interface index.NicMetadata.Builder
NicMetadata.Builder. setInterfaceLabel(java.lang.String interfaceLabel)
Network Interface label.NicMetadata.Builder
NicMetadata.Builder. setInterfaceType(java.lang.String interfaceType)
Possible values are:NicMetadata.INTERFACE_TYPE_MANAGEMENT
NicMetadata.INTERFACE_TYPE_DATA1
NicMetadata.INTERFACE_TYPE_DATA2
NicMetadata.INTERFACE_TYPE_HA1
NicMetadata.INTERFACE_TYPE_HA2
NicMetadata.INTERFACE_TYPE_CONTROL
Interface that needs to be configured on the partner appliance.NicMetadata.Builder
NicMetadata.Builder. setTransports(java.util.List<java.lang.String> transports)
Possible values are:NicMetadata.TRANSPORTS_L2_BRIDGE
NicMetadata.TRANSPORTS_L3_ROUTED
NicMetadata.TRANSPORTS_NSH
Transport Type of the service, which is the mechanism of redirecting the traffic to the the partner appliance.NicMetadata.Builder
NicMetadata.Builder. setUserConfigurable(java.lang.Boolean userConfigurable)
Used to specify if the given interface needs configuration.
-