Class GetVolumeV3Result
- java.lang.Object
-
- com.pulumi.openstack.blockstorage.outputs.GetVolumeV3Result
-
public final class GetVolumeV3Result extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetVolumeV3Result.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringbootable()static GetVolumeV3Result.Builderbuilder()static GetVolumeV3Result.Builderbuilder(GetVolumeV3Result defaults)java.lang.Stringhost()java.lang.Stringid()java.util.Map<java.lang.String,java.lang.Object>metadata()java.lang.Booleanmultiattach()java.lang.Stringname()java.lang.Stringregion()java.lang.Integersize()java.lang.StringsourceVolumeId()java.lang.Stringstatus()java.lang.StringvolumeType()
-
-
-
Method Detail
-
bootable
public java.lang.String bootable()
- Returns:
- Indicates if the volume is bootable.
-
host
public java.lang.String host()
- Returns:
- The OpenStack host on which the volume is located.
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
metadata
public java.util.Map<java.lang.String,java.lang.Object> metadata()
- Returns:
- See Argument Reference above.
-
multiattach
public java.lang.Boolean multiattach()
- Returns:
- Indicates if the volume can be attached to more then one server.
-
name
public java.lang.String name()
- Returns:
- See Argument Reference above.
-
region
public java.lang.String region()
- Returns:
- See Argument Reference above.
-
size
public java.lang.Integer size()
- Returns:
- The size of the volume in GBs.
-
sourceVolumeId
public java.lang.String sourceVolumeId()
- Returns:
- The ID of the volume from which the current volume was created.
-
status
public java.lang.String status()
- Returns:
- See Argument Reference above.
-
volumeType
public java.lang.String volumeType()
- Returns:
- The type of the volume.
-
builder
public static GetVolumeV3Result.Builder builder()
-
builder
public static GetVolumeV3Result.Builder builder(GetVolumeV3Result defaults)
-
-