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 SegmentExtraConfigSegmentExtraConfig. _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 SegmentExtraConfigSegmentExtraConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.SegmentExtraConfigSegmentExtraConfig.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.BuilderSegment.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.voidSegment. 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.BuilderSegmentPort.Builder. setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)This property could be used for vendor specific configuration in key value string pairs.voidSegmentPort. setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)This property could be used for vendor specific configuration in key value string pairs.VpcSubnetPort.BuilderVpcSubnetPort.Builder. setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)This property could be used for vendor specific configuration in key value string pairs.voidVpcSubnetPort. setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)This property could be used for vendor specific configuration in key value string pairs.
-