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.GenericModelThe listInstances options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListInstancesOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdedicatedHostCrn()Gets the dedicatedHostCrn.StringdedicatedHostId()Gets the dedicatedHostId.StringdedicatedHostName()Gets the dedicatedHostName.Longlimit()Gets the limit.Stringname()Gets the name.ListInstancesOptions.BuildernewBuilder()New builder.StringplacementGroupCrn()Gets the placementGroupCrn.StringplacementGroupId()Gets the placementGroupId.StringplacementGroupName()Gets the placementGroupName.StringreservationCrn()Gets the reservationCrn.StringreservationId()Gets the reservationId.StringreservationName()Gets the reservationName.StringresourceGroupId()Gets the resourceGroupId.Stringstart()Gets the start.StringvpcCrn()Gets the vpcCrn.StringvpcId()Gets the vpcId.StringvpcName()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
-
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
-
dedicatedHostId
public String dedicatedHostId()
Gets the dedicatedHostId. Filters the collection to instances with a `dedicated_host.id` property matching the specified identifier.- Returns:
- the dedicatedHostId
-
dedicatedHostCrn
public String dedicatedHostCrn()
Gets the dedicatedHostCrn. Filters the collection to instances with a `dedicated_host.crn` property matching the specified CRN.- Returns:
- the dedicatedHostCrn
-
dedicatedHostName
public String dedicatedHostName()
Gets the dedicatedHostName. Filters the collection to instances 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 instances 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 instances 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 instances 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 instances with a `reservation.id` property matching the specified identifier.- Returns:
- the reservationId
-
reservationCrn
public String reservationCrn()
Gets the reservationCrn. Filters the collection to instances with a `reservation.crn` property matching the specified CRN.- Returns:
- the reservationCrn
-
reservationName
public String reservationName()
Gets the reservationName. Filters the collection to resources with a `reservation.name` property matching the exact specified name.- Returns:
- the reservationName
-
-