Uses of Class
com.vmware.nsx_policy.model.VlanVniRangePair
-
Packages that use VlanVniRangePair Package Description com.vmware.nsx_policy.model -
-
Uses of VlanVniRangePair in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return VlanVniRangePair Modifier and Type Method Description static VlanVniRangePair
VlanVniRangePair. _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 VlanVniRangePair
VlanVniRangePair. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.VlanVniRangePair
VlanVniRangePair.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type VlanVniRangePair Modifier and Type Method Description java.util.List<VlanVniRangePair>
EvpnTenantConfig. getMappings()
This property specifies a mapping spec of incoming Evpn tenant vlan-ids to VXLAN VNIs used for overlay transmission to Physical-Gateways used by vRouters.Method parameters in com.vmware.nsx_policy.model with type arguments of type VlanVniRangePair Modifier and Type Method Description EvpnTenantConfig.Builder
EvpnTenantConfig.Builder. setMappings(java.util.List<VlanVniRangePair> mappings)
This property specifies a mapping spec of incoming Evpn tenant vlan-ids to VXLAN VNIs used for overlay transmission to Physical-Gateways used by vRouters.void
EvpnTenantConfig. setMappings(java.util.List<VlanVniRangePair> mappings)
This property specifies a mapping spec of incoming Evpn tenant vlan-ids to VXLAN VNIs used for overlay transmission to Physical-Gateways used by vRouters.
-