Package com.ibm.cloud.is.vpc.v1.model
Class RemoveVpnGatewayConnectionPeerCidrOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.RemoveVpnGatewayConnectionPeerCidrOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RemoveVpnGatewayConnectionPeerCidrOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The removeVpnGatewayConnectionPeerCidr options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemoveVpnGatewayConnectionPeerCidrOptions.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.RemoveVpnGatewayConnectionPeerCidrOptions.Builder
newBuilder()
New builder.String
prefixLength()
Gets the prefixLength.String
vpnGatewayId()
Gets the vpnGatewayId.
-
-
-
Method Detail
-
newBuilder
public RemoveVpnGatewayConnectionPeerCidrOptions.Builder newBuilder()
New builder.- Returns:
- a RemoveVpnGatewayConnectionPeerCidrOptions 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
-
-