Package com.ibm.cloud.is.vpc.v1.model
Class ListInstancesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ListInstancesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListInstancesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listInstances options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListInstancesOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
clusterNetworkCrn()
Gets the clusterNetworkCrn.String
clusterNetworkId()
Gets the clusterNetworkId.String
clusterNetworkName()
Gets the clusterNetworkName.String
dedicatedHostCrn()
Gets the dedicatedHostCrn.String
dedicatedHostId()
Gets the dedicatedHostId.String
dedicatedHostName()
Gets the dedicatedHostName.Long
limit()
Gets the limit.String
name()
Gets the name.ListInstancesOptions.Builder
newBuilder()
New builder.String
placementGroupCrn()
Gets the placementGroupCrn.String
placementGroupId()
Gets the placementGroupId.String
placementGroupName()
Gets the placementGroupName.String
reservationCrn()
Gets the reservationCrn.String
reservationId()
Gets the reservationId.String
reservationName()
Gets the reservationName.String
resourceGroupId()
Gets the resourceGroupId.String
start()
Gets the start.String
vpcCrn()
Gets the vpcCrn.String
vpcId()
Gets the vpcId.String
vpcName()
Gets the vpcName.
-
-
-
Method Detail
-
newBuilder
public ListInstancesOptions.Builder newBuilder()
New builder.- Returns:
- a ListInstancesOptions builder
-
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
-
resourceGroupId
public String resourceGroupId()
Gets the resourceGroupId. Filters the collection to resources with a `resource_group.id` property matching the specified identifier.- Returns:
- the resourceGroupId
-
name
public String name()
Gets the name. Filters the collection to resources with a `name` property matching the exact specified name.- Returns:
- the name
-
clusterNetworkId
public String clusterNetworkId()
Gets the clusterNetworkId. Filters the collection to instances with a `cluster_network.id` property matching the specified identifier.- Returns:
- the clusterNetworkId
-
clusterNetworkCrn
public String clusterNetworkCrn()
Gets the clusterNetworkCrn. Filters the collection to instances with a `cluster_network.crn` property matching the specified CRN.- Returns:
- the clusterNetworkCrn
-
clusterNetworkName
public String clusterNetworkName()
Gets the clusterNetworkName. Filters the collection to resources with a `cluster_network.name` property matching the exact specified name.- Returns:
- the clusterNetworkName
-
dedicatedHostId
public String dedicatedHostId()
Gets the dedicatedHostId. Filters the collection to resources with a `dedicated_host.id` property matching the specified identifier.- Returns:
- the dedicatedHostId
-
dedicatedHostCrn
public String dedicatedHostCrn()
Gets the dedicatedHostCrn. Filters the collection to resources with a `dedicated_host.crn` property matching the specified CRN.- Returns:
- the dedicatedHostCrn
-
dedicatedHostName
public String dedicatedHostName()
Gets the dedicatedHostName. Filters the collection to resources with a `dedicated_host.name` property matching the exact specified name.- Returns:
- the dedicatedHostName
-
placementGroupId
public String placementGroupId()
Gets the placementGroupId. Filters the collection to resources with a `placement_target.id` property matching the specified placement group identifier.- Returns:
- the placementGroupId
-
placementGroupCrn
public String placementGroupCrn()
Gets the placementGroupCrn. Filters the collection to resources with a `placement_target.crn` property matching the specified placement group CRN.- Returns:
- the placementGroupCrn
-
placementGroupName
public String placementGroupName()
Gets the placementGroupName. Filters the collection to resources with a `placement_target.name` property matching the exact specified placement group name.- Returns:
- the placementGroupName
-
reservationId
public String reservationId()
Gets the reservationId. Filters the collection to resources with a `reservation.id` property matching the specified identifier.- Returns:
- the reservationId
-
reservationCrn
public String reservationCrn()
Gets the reservationCrn. Filters the collection to resources with a `reservation.crn` property matching the specified identifier.- Returns:
- the reservationCrn
-
reservationName
public String reservationName()
Gets the reservationName. Filters the collection to resources with a `reservation.name` property matching the specified identifier.- Returns:
- the reservationName
-
vpcId
public String vpcId()
Gets the vpcId. Filters the collection to resources with a `vpc.id` property matching the specified identifier.- Returns:
- the vpcId
-
vpcCrn
public String vpcCrn()
Gets the vpcCrn. Filters the collection to resources with a `vpc.crn` property matching the specified CRN.- Returns:
- the vpcCrn
-
vpcName
public String vpcName()
Gets the vpcName. Filters the collection to resources with a `vpc.name` property matching the exact specified name.- Returns:
- the vpcName
-
-