Package com.vmware.nsx_policy.model
Class GmFederationSiteConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.GmFederationSiteConfig.Builder
-
- Enclosing class:
- GmFederationSiteConfig
public static final class GmFederationSiteConfig.Builder extends java.lang.Object
Builder class forGmFederationSiteConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofGmFederationSiteConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GmFederationSiteConfig
build()
GmFederationSiteConfig.Builder
setTransitSubnet(java.lang.String transitSubnet)
IP Addresses to be allocated for transit segment when the gateway is stretched.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofGmFederationSiteConfig
.
-
-
Method Detail
-
setTransitSubnet
public GmFederationSiteConfig.Builder setTransitSubnet(java.lang.String transitSubnet)
IP Addresses to be allocated for transit segment when the gateway is stretched. Note that Global Manager will carve out the IP Pool for each site to be used for edge nodes when gateway is stretched based on the user provided subnet and maximum number of edge nodes allowed per site. format: ip-cidr-block- Parameters:
transitSubnet
- New value for the property.
-
build
public GmFederationSiteConfig build()
-
-