Package com.ibm.cloud.is.vpc.v1.model
Class ListVolumesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ListVolumesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListVolumesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listVolumes options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListVolumesOptions.AttachmentStateFilters the collection to volumes with an `attachment_state` property matching the specified value.static classListVolumesOptions.BuilderBuilder.static interfaceListVolumesOptions.EncryptionFilters the collection to resources with an `encryption` property matching the specified value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringattachmentState()Gets the attachmentState.Stringencryption()Gets the encryption.Longlimit()Gets the limit.Stringname()Gets the name.ListVolumesOptions.BuildernewBuilder()New builder.StringoperatingSystemArchitecture()Gets the operatingSystemArchitecture.StringoperatingSystemFamily()Gets the operatingSystemFamily.Stringstart()Gets the start.StringzoneName()Gets the zoneName.
-
-
-
Method Detail
-
newBuilder
public ListVolumesOptions.Builder newBuilder()
New builder.- Returns:
- a ListVolumesOptions 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
-
name
public String name()
Gets the name. Filters the collection to resources with a `name` property matching the exact specified name.- Returns:
- the name
-
attachmentState
public String attachmentState()
Gets the attachmentState. Filters the collection to volumes with an `attachment_state` property matching the specified value.- Returns:
- the attachmentState
-
encryption
public String encryption()
Gets the encryption. Filters the collection to resources with an `encryption` property matching the specified value.- Returns:
- the encryption
-
operatingSystemFamily
public String operatingSystemFamily()
Gets the operatingSystemFamily. Filters the collection to resources with an `operating_system.family` property matching the specified operating system family. This parameter also supports the values `null` and `not:null` which filter the collection to resources which have no operating system or any operating system, respectively.- Returns:
- the operatingSystemFamily
-
operatingSystemArchitecture
public String operatingSystemArchitecture()
Gets the operatingSystemArchitecture. Filters the collection to resources with an `operating_system.architecture` property matching the specified operating system architecture. This parameter also supports the values `null` and `not:null` which filter the collection to resources which have no operating system or any operating system, respectively.- Returns:
- the operatingSystemArchitecture
-
zoneName
public String zoneName()
Gets the zoneName. Filters the collection to resources with a `zone.name` property matching the exact specified name.- Returns:
- the zoneName
-
-