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.GenericModelThe listVpnGatewayConnections options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListVpnGatewayConnectionsOptions.BuilderBuilder.static interfaceListVpnGatewayConnectionsOptions.StatusFilters 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.BuildernewBuilder()New builder.Stringstatus()Gets the status.StringvpnGatewayId()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
-
-