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 Long
limit()
Gets the limit.ListVpnGatewayConnectionsOptions.Builder
newBuilder()
New builder.String
start()
Gets the start.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
-
start
public String start()
Gets the start. A server-provided token determining what resource to start the page on.- Returns:
- the start
-
limit
public Long limit()
Gets the limit. The number of resources to return on a page.- Returns:
- the limit
-
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
-
-