Uses of Class
com.vmware.nsx_policy.model.GatewayQosProfileConfig
-
Packages that use GatewayQosProfileConfig Package Description com.vmware.nsx_policy.model -
-
Uses of GatewayQosProfileConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return GatewayQosProfileConfig Modifier and Type Method Description static GatewayQosProfileConfigGatewayQosProfileConfig. _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 GatewayQosProfileConfigGatewayQosProfileConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.GatewayQosProfileConfigGatewayQosProfileConfig.Builder. build()GatewayQosProfileConfigServiceGateway. getQosConfig()GatewayQosProfileConfigTier1. getQosProfile()Methods in com.vmware.nsx_policy.model with parameters of type GatewayQosProfileConfig Modifier and Type Method Description ServiceGateway.BuilderServiceGateway.Builder. setQosConfig(GatewayQosProfileConfig qosConfig)voidServiceGateway. setQosConfig(GatewayQosProfileConfig qosConfig)Tier1.BuilderTier1.Builder. setQosProfile(GatewayQosProfileConfig qosProfile)voidTier1. setQosProfile(GatewayQosProfileConfig qosProfile)
-