public static interface GatewayNetwork.Builder extends SdkPojo, CopyableBuilder<GatewayNetwork.Builder,GatewayNetwork>
| Modifier and Type | Method and Description |
|---|---|
GatewayNetwork.Builder |
cidrBlock(String cidrBlock)
A unique IP address range to use for this network.
|
GatewayNetwork.Builder |
name(String name)
The name of the network.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGatewayNetwork.Builder cidrBlock(String cidrBlock)
cidrBlock - A unique IP address range to use for this network. These IP addresses should be in the form of a
Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.GatewayNetwork.Builder name(String name)
name - The name of the network. This name is used to reference the network and must be unique among networks
in this gateway.Copyright © 2023. All rights reserved.