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.GenericModel
The listVolumes options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Filters the collection to volumes with an `attachment_state` property matching the specified value.static class
Builder.static interface
Filters the collection to resources with an `encryption` property matching the specified value. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
-
start
Gets the start. A server-provided token determining what resource to start the page on.- Returns:
- the start
-
limit
-
name
Gets the name. Filters the collection to resources with a `name` property matching the exact specified name.- Returns:
- the name
-
attachmentState
Gets the attachmentState. Filters the collection to volumes with an `attachment_state` property matching the specified value.- Returns:
- the attachmentState
-
encryption
Gets the encryption. Filters the collection to resources with an `encryption` property matching the specified value.- Returns:
- the encryption
-
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
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
Gets the zoneName. Filters the collection to resources with a `zone.name` property matching the exact specified name.- Returns:
- the zoneName
-
tag
Gets the tag. Filters the collection to resources with an item in the `tags` property matching the exact specified tag.- Returns:
- the tag
-