Uses of Class
com.vmware.nsx_policy.model.Tier0HaVipConfig
-
Packages that use Tier0HaVipConfig Package Description com.vmware.nsx_policy.model -
-
Uses of Tier0HaVipConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return Tier0HaVipConfig Modifier and Type Method Description static Tier0HaVipConfigTier0HaVipConfig. _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 Tier0HaVipConfigTier0HaVipConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.Tier0HaVipConfigTier0HaVipConfig.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type Tier0HaVipConfig Modifier and Type Method Description java.util.List<Tier0HaVipConfig>LocaleServices. getHaVipConfigs()This configuration can be defined only for Active-Standby Tier0 gateway to provide redundancy.Method parameters in com.vmware.nsx_policy.model with type arguments of type Tier0HaVipConfig Modifier and Type Method Description LocaleServices.BuilderLocaleServices.Builder. setHaVipConfigs(java.util.List<Tier0HaVipConfig> haVipConfigs)This configuration can be defined only for Active-Standby Tier0 gateway to provide redundancy.voidLocaleServices. setHaVipConfigs(java.util.List<Tier0HaVipConfig> haVipConfigs)This configuration can be defined only for Active-Standby Tier0 gateway to provide redundancy.
-