Uses of Class
com.vmware.nsx_policy.model.VrfL2VniConfig
-
Packages that use VrfL2VniConfig Package Description com.vmware.nsx_policy.model -
-
Uses of VrfL2VniConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return VrfL2VniConfig Modifier and Type Method Description static VrfL2VniConfigVrfL2VniConfig. _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 VrfL2VniConfigVrfL2VniConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.VrfL2VniConfigVrfL2VniConfig.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type VrfL2VniConfig Modifier and Type Method Description java.util.List<VrfL2VniConfig>VrfEvpnL2VniConfig. getL2VniConfigs()Define L2 VNI and its related route distinguiser and route targets.Method parameters in com.vmware.nsx_policy.model with type arguments of type VrfL2VniConfig Modifier and Type Method Description VrfEvpnL2VniConfig.BuilderVrfEvpnL2VniConfig.Builder. setL2VniConfigs(java.util.List<VrfL2VniConfig> l2VniConfigs)Define L2 VNI and its related route distinguiser and route targets.voidVrfEvpnL2VniConfig. setL2VniConfigs(java.util.List<VrfL2VniConfig> l2VniConfigs)Define L2 VNI and its related route distinguiser and route targets.
-