Uses of Class
com.vmware.nsx_policy.model.SegmentExtraConfig
-
Packages that use SegmentExtraConfig Package Description com.vmware.nsx_policy.model -
-
Uses of SegmentExtraConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return SegmentExtraConfig Modifier and Type Method Description static SegmentExtraConfig
SegmentExtraConfig. _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 SegmentExtraConfig
SegmentExtraConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.SegmentExtraConfig
SegmentExtraConfig.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type SegmentExtraConfig Modifier and Type Method Description java.util.List<SegmentExtraConfig>
Segment. getExtraConfigs()
This property could be used for vendor specific configuration in key value string pairs, the setting in extra_configs will be automatically inheritted by segment ports in the Segment.java.util.List<SegmentExtraConfig>
SegmentPort. getExtraConfigs()
This property could be used for vendor specific configuration in key value string pairs.java.util.List<SegmentExtraConfig>
VpcSubnetPort. getExtraConfigs()
This property could be used for vendor specific configuration in key value string pairs.Method parameters in com.vmware.nsx_policy.model with type arguments of type SegmentExtraConfig Modifier and Type Method Description Segment.Builder
Segment.Builder. setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)
This property could be used for vendor specific configuration in key value string pairs, the setting in extra_configs will be automatically inheritted by segment ports in the Segment.void
Segment. setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)
This property could be used for vendor specific configuration in key value string pairs, the setting in extra_configs will be automatically inheritted by segment ports in the Segment.SegmentPort.Builder
SegmentPort.Builder. setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)
This property could be used for vendor specific configuration in key value string pairs.void
SegmentPort. setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)
This property could be used for vendor specific configuration in key value string pairs.VpcSubnetPort.Builder
VpcSubnetPort.Builder. setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)
This property could be used for vendor specific configuration in key value string pairs.void
VpcSubnetPort. setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)
This property could be used for vendor specific configuration in key value string pairs.
-