RemoteApiVersion#VERSION_1_20
@Deprecated
public class VolumeRW
extends java.lang.Object
implements java.io.Serializable
Bind
,
Serialized FormConstructor and Description |
---|
VolumeRW(Volume volume)
Deprecated.
|
VolumeRW(Volume volume,
AccessMode accessMode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VolumeRW |
fromPrimitive(java.util.Map<java.lang.String,java.lang.Boolean> map)
Deprecated.
|
AccessMode |
getAccessMode()
Deprecated.
|
Volume |
getVolume()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Boolean> |
toPrimitive()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
Returns a string representation of this
VolumeRW suitable for inclusion in a JSON message. |
public VolumeRW(Volume volume)
public VolumeRW(Volume volume, AccessMode accessMode)
public Volume getVolume()
public AccessMode getAccessMode()
public java.lang.String toString()
VolumeRW
suitable for inclusion in a JSON message. The returned String is simply the
container path, #getPath()
.toString
in class java.lang.Object
VolumeRW
public static VolumeRW fromPrimitive(java.util.Map<java.lang.String,java.lang.Boolean> map)
public java.util.Map<java.lang.String,java.lang.Boolean> toPrimitive()
Copyright © 2020. All Rights Reserved.