Package com.ibm.cloud.is.vpc.v1.model
Class AddVpnGatewayConnectionLocalCidrOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.AddVpnGatewayConnectionLocalCidrOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AddVpnGatewayConnectionLocalCidrOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The addVpnGatewayConnectionLocalCidr options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddVpnGatewayConnectionLocalCidrOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
cidrPrefix()
Gets the cidrPrefix.String
id()
Gets the id.AddVpnGatewayConnectionLocalCidrOptions.Builder
newBuilder()
New builder.String
prefixLength()
Gets the prefixLength.String
vpnGatewayId()
Gets the vpnGatewayId.
-
-
-
Method Detail
-
newBuilder
public AddVpnGatewayConnectionLocalCidrOptions.Builder newBuilder()
New builder.- Returns:
- a AddVpnGatewayConnectionLocalCidrOptions builder
-
vpnGatewayId
public String vpnGatewayId()
Gets the vpnGatewayId. The VPN gateway identifier.- Returns:
- the vpnGatewayId
-
id
public String id()
Gets the id. The VPN gateway connection identifier.- Returns:
- the id
-
cidrPrefix
public String cidrPrefix()
Gets the cidrPrefix. The address prefix part of the CIDR.- Returns:
- the cidrPrefix
-
prefixLength
public String prefixLength()
Gets the prefixLength. The prefix length part of the CIDR.- Returns:
- the prefixLength
-
-