Package com.vmware.nsx_policy.model
Class GatewayQosProfileConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.GatewayQosProfileConfig.Builder
-
- Enclosing class:
- GatewayQosProfileConfig
public static final class GatewayQosProfileConfig.Builder extends java.lang.ObjectBuilder class forGatewayQosProfileConfig.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofGatewayQosProfileConfig.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayQosProfileConfigbuild()GatewayQosProfileConfig.BuildersetEgressQosProfilePath(java.lang.String egressQosProfilePath)Policy path to gateway QoS profile in egress direction.GatewayQosProfileConfig.BuildersetIngressQosProfilePath(java.lang.String ingressQosProfilePath)Policy path to gateway QoS profile in ingress direction.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofGatewayQosProfileConfig.
-
-
Method Detail
-
setEgressQosProfilePath
public GatewayQosProfileConfig.Builder setEgressQosProfilePath(java.lang.String egressQosProfilePath)
Policy path to gateway QoS profile in egress direction.- Parameters:
egressQosProfilePath- New value for the property.
-
setIngressQosProfilePath
public GatewayQosProfileConfig.Builder setIngressQosProfilePath(java.lang.String ingressQosProfilePath)
Policy path to gateway QoS profile in ingress direction.- Parameters:
ingressQosProfilePath- New value for the property.
-
build
public GatewayQosProfileConfig build()
-
-