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.Object
Builder 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 GatewayQosProfileConfig
build()
GatewayQosProfileConfig.Builder
setEgressQosProfilePath(java.lang.String egressQosProfilePath)
Policy path to gateway QoS profile in egress direction.GatewayQosProfileConfig.Builder
setIngressQosProfilePath(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()
-
-