Uses of Class
com.ibm.cloud.is.vpc.v1.model.RemoveVpnGatewayConnectionsPeerCidrOptions
-
Packages that use RemoveVpnGatewayConnectionsPeerCidrOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of RemoveVpnGatewayConnectionsPeerCidrOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type RemoveVpnGatewayConnectionsPeerCidrOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Void>
Vpc. removeVpnGatewayConnectionsPeerCidr(RemoveVpnGatewayConnectionsPeerCidrOptions removeVpnGatewayConnectionsPeerCidrOptions)
Remove a peer CIDR from a VPN gateway connection. -
Uses of RemoveVpnGatewayConnectionsPeerCidrOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return RemoveVpnGatewayConnectionsPeerCidrOptions Modifier and Type Method Description RemoveVpnGatewayConnectionsPeerCidrOptions
RemoveVpnGatewayConnectionsPeerCidrOptions.Builder. build()
Builds a RemoveVpnGatewayConnectionsPeerCidrOptions.
-