Package com.ibm.cloud.is.vpc.v1.model
Class ListVpnGatewayConnectionsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ListVpnGatewayConnectionsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListVpnGatewayConnectionsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listVpnGatewayConnections options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListVpnGatewayConnectionsOptions.Builder
Builder.static interface
ListVpnGatewayConnectionsOptions.Status
Filters the collection to VPN gateway connections with a `status` property matching the specified value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListVpnGatewayConnectionsOptions.Builder
newBuilder()
New builder.String
status()
Gets the status.String
vpnGatewayId()
Gets the vpnGatewayId.
-
-
-
Method Detail
-
newBuilder
public ListVpnGatewayConnectionsOptions.Builder newBuilder()
New builder.- Returns:
- a ListVpnGatewayConnectionsOptions builder
-
vpnGatewayId
public String vpnGatewayId()
Gets the vpnGatewayId. The VPN gateway identifier.- Returns:
- the vpnGatewayId
-
status
public String status()
Gets the status. Filters the collection to VPN gateway connections with a `status` property matching the specified value.- Returns:
- the status
-
-