Class GetVolumeV3Result


  • public final class GetVolumeV3Result
    extends java.lang.Object
    • 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.