Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1FlockerVolumeSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1FlockerVolumeSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1FlockerVolumeSource extends Object
Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DATASET_NAMEstatic StringJSON_PROPERTY_DATASET_U_U_I_D
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1FlockerVolumeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1FlockerVolumeSourcedatasetName(String datasetName)IoK8sApiCoreV1FlockerVolumeSourcedatasetUUID(String datasetUUID)booleanequals(Object o)StringgetDatasetName()Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecatedStringgetDatasetUUID()UUID of the dataset.inthashCode()voidsetDatasetName(String datasetName)voidsetDatasetUUID(String datasetUUID)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DATASET_NAME
public static final String JSON_PROPERTY_DATASET_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DATASET_U_U_I_D
public static final String JSON_PROPERTY_DATASET_U_U_I_D
- See Also:
- Constant Field Values
-
-
Method Detail
-
datasetName
public IoK8sApiCoreV1FlockerVolumeSource datasetName(String datasetName)
-
getDatasetName
@Nullable public String getDatasetName()
Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated- Returns:
- datasetName
-
setDatasetName
public void setDatasetName(String datasetName)
-
datasetUUID
public IoK8sApiCoreV1FlockerVolumeSource datasetUUID(String datasetUUID)
-
getDatasetUUID
@Nullable public String getDatasetUUID()
UUID of the dataset. This is unique identifier of a Flocker dataset- Returns:
- datasetUUID
-
setDatasetUUID
public void setDatasetUUID(String datasetUUID)
-
-