Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.61 KB

V1FlockerVolumeSource.md

File metadata and controls

82 lines (45 loc) · 2.61 KB

V1FlockerVolumeSource

Properties

Name Type Description Notes
DatasetName Pointer to string Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated [optional]
DatasetUUID Pointer to string UUID of the dataset. This is unique identifier of a Flocker dataset [optional]

Methods

NewV1FlockerVolumeSource

func NewV1FlockerVolumeSource() *V1FlockerVolumeSource

NewV1FlockerVolumeSource instantiates a new V1FlockerVolumeSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewV1FlockerVolumeSourceWithDefaults

func NewV1FlockerVolumeSourceWithDefaults() *V1FlockerVolumeSource

NewV1FlockerVolumeSourceWithDefaults instantiates a new V1FlockerVolumeSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetDatasetName

func (o *V1FlockerVolumeSource) GetDatasetName() string

GetDatasetName returns the DatasetName field if non-nil, zero value otherwise.

GetDatasetNameOk

func (o *V1FlockerVolumeSource) GetDatasetNameOk() (*string, bool)

GetDatasetNameOk returns a tuple with the DatasetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDatasetName

func (o *V1FlockerVolumeSource) SetDatasetName(v string)

SetDatasetName sets DatasetName field to given value.

HasDatasetName

func (o *V1FlockerVolumeSource) HasDatasetName() bool

HasDatasetName returns a boolean if a field has been set.

GetDatasetUUID

func (o *V1FlockerVolumeSource) GetDatasetUUID() string

GetDatasetUUID returns the DatasetUUID field if non-nil, zero value otherwise.

GetDatasetUUIDOk

func (o *V1FlockerVolumeSource) GetDatasetUUIDOk() (*string, bool)

GetDatasetUUIDOk returns a tuple with the DatasetUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDatasetUUID

func (o *V1FlockerVolumeSource) SetDatasetUUID(v string)

SetDatasetUUID sets DatasetUUID field to given value.

HasDatasetUUID

func (o *V1FlockerVolumeSource) HasDatasetUUID() bool

HasDatasetUUID returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]