@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1StorageOSPersistentVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FS_TYPE |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_SECRET_REF |
static String |
SERIALIZED_NAME_VOLUME_NAME |
static String |
SERIALIZED_NAME_VOLUME_NAMESPACE |
Constructor and Description |
---|
V1StorageOSPersistentVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1StorageOSPersistentVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type to mount.
|
Boolean |
getReadOnly()
Defaults to false (read/write).
|
V1ObjectReference |
getSecretRef()
Get secretRef
|
String |
getVolumeName()
VolumeName is the human-readable name of the StorageOS volume.
|
String |
getVolumeNamespace()
VolumeNamespace specifies the scope of the volume within StorageOS.
|
int |
hashCode() |
V1StorageOSPersistentVolumeSource |
readOnly(Boolean readOnly) |
V1StorageOSPersistentVolumeSource |
secretRef(V1ObjectReference secretRef) |
void |
setFsType(String fsType) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretRef(V1ObjectReference secretRef) |
void |
setVolumeName(String volumeName) |
void |
setVolumeNamespace(String volumeNamespace) |
String |
toString() |
V1StorageOSPersistentVolumeSource |
volumeName(String volumeName) |
V1StorageOSPersistentVolumeSource |
volumeNamespace(String volumeNamespace) |
public static final String SERIALIZED_NAME_FS_TYPE
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_SECRET_REF
public static final String SERIALIZED_NAME_VOLUME_NAME
public static final String SERIALIZED_NAME_VOLUME_NAMESPACE
public V1StorageOSPersistentVolumeSource fsType(String fsType)
@Nullable public String getFsType()
public void setFsType(String fsType)
public V1StorageOSPersistentVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1StorageOSPersistentVolumeSource secretRef(V1ObjectReference secretRef)
@Nullable public V1ObjectReference getSecretRef()
public void setSecretRef(V1ObjectReference secretRef)
public V1StorageOSPersistentVolumeSource volumeName(String volumeName)
@Nullable public String getVolumeName()
public void setVolumeName(String volumeName)
public V1StorageOSPersistentVolumeSource volumeNamespace(String volumeNamespace)
@Nullable public String getVolumeNamespace()
public void setVolumeNamespace(String volumeNamespace)
Copyright © 2020. All rights reserved.