Package com.ibm.cloud.is.vpc.v1.model
Class CheckVpnGatewayConnectionsPeerCidrOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.CheckVpnGatewayConnectionsPeerCidrOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CheckVpnGatewayConnectionsPeerCidrOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The checkVpnGatewayConnectionsPeerCidr options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CheckVpnGatewayConnectionsPeerCidrOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
cidr()
Gets the cidr.String
id()
Gets the id.CheckVpnGatewayConnectionsPeerCidrOptions.Builder
newBuilder()
New builder.String
vpnGatewayId()
Gets the vpnGatewayId.
-
-
-
Method Detail
-
newBuilder
public CheckVpnGatewayConnectionsPeerCidrOptions.Builder newBuilder()
New builder.- Returns:
- a CheckVpnGatewayConnectionsPeerCidrOptions 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
-
cidr
public String cidr()
Gets the cidr. The IP address range in CIDR block notation.- Returns:
- the cidr
-
-