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 GatewayQosProfileConfig
GatewayQosProfileConfig. _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 GatewayQosProfileConfig
GatewayQosProfileConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.GatewayQosProfileConfig
GatewayQosProfileConfig.Builder. build()
GatewayQosProfileConfig
ServiceGateway. getQosConfig()
GatewayQosProfileConfig
Tier1. getQosProfile()
Methods in com.vmware.nsx_policy.model with parameters of type GatewayQosProfileConfig Modifier and Type Method Description ServiceGateway.Builder
ServiceGateway.Builder. setQosConfig(GatewayQosProfileConfig qosConfig)
void
ServiceGateway. setQosConfig(GatewayQosProfileConfig qosConfig)
Tier1.Builder
Tier1.Builder. setQosProfile(GatewayQosProfileConfig qosProfile)
void
Tier1. setQosProfile(GatewayQosProfileConfig qosProfile)
-