Class V1VolumeMountStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1VolumeMountStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1VolumeMountStatus
extends Object
VolumeMountStatus shows status of volume mounts.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
MountPath corresponds to the original VolumeMount.getName()
Name corresponds to the name of the original VolumeMount.ReadOnly corresponds to the original VolumeMount.RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts).int
hashCode()
Set mountPath in a chainable fashion.Set name in a chainable fashion.Set readOnly in a chainable fashion.recursiveReadOnly
(String recursiveReadOnly) Set recursiveReadOnly in a chainable fashion.void
setMountPath
(String mountPath) Set the mountPath property valuevoid
Set the name property valuevoid
setReadOnly
(Boolean readOnly) Set the readOnly property valuevoid
setRecursiveReadOnly
(String recursiveReadOnly) Set the recursiveReadOnly property valuetoString()
-
Field Details
-
JSON_PROPERTY_MOUNT_PATH
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_READ_ONLY
- See Also:
-
JSON_PROPERTY_RECURSIVE_READ_ONLY
- See Also:
-
-
Constructor Details
-
V1VolumeMountStatus
-
-
Method Details
-
getMountPath
MountPath corresponds to the original VolumeMount.- Returns:
- the mountPath property value
-
setMountPath
Set the mountPath property value- Parameters:
mountPath
- property value to set
-
mountPath
Set mountPath in a chainable fashion.- Returns:
- The same instance of V1VolumeMountStatus for chaining.
-
getName
Name corresponds to the name of the original VolumeMount.- Returns:
- the name property value
-
setName
Set the name property value- Parameters:
name
- property value to set
-
name
Set name in a chainable fashion.- Returns:
- The same instance of V1VolumeMountStatus for chaining.
-
getReadOnly
ReadOnly corresponds to the original VolumeMount.- Returns:
- the readOnly property value
-
setReadOnly
Set the readOnly property value- Parameters:
readOnly
- property value to set
-
readOnly
Set readOnly in a chainable fashion.- Returns:
- The same instance of V1VolumeMountStatus for chaining.
-
getRecursiveReadOnly
RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts). An IfPossible value in the original VolumeMount must be translated to Disabled or Enabled, depending on the mount result.- Returns:
- the recursiveReadOnly property value
-
setRecursiveReadOnly
Set the recursiveReadOnly property value- Parameters:
recursiveReadOnly
- property value to set
-
recursiveReadOnly
Set recursiveReadOnly in a chainable fashion.- Returns:
- The same instance of V1VolumeMountStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-