Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Service | string | ||
Size | float32 | ||
Source | Pointer to string | [optional] | |
Tag | Pointer to []Tag | [optional] | |
Vm | Pointer to string | [optional] |
func NewStorageProjectDiskCreate(name string, service string, size float32, ) *StorageProjectDiskCreate
NewStorageProjectDiskCreate instantiates a new StorageProjectDiskCreate 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
func NewStorageProjectDiskCreateWithDefaults() *StorageProjectDiskCreate
NewStorageProjectDiskCreateWithDefaults instantiates a new StorageProjectDiskCreate 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
func (o *StorageProjectDiskCreate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *StorageProjectDiskCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageProjectDiskCreate) SetName(v string)
SetName sets Name field to given value.
func (o *StorageProjectDiskCreate) GetService() string
GetService returns the Service field if non-nil, zero value otherwise.
func (o *StorageProjectDiskCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageProjectDiskCreate) SetService(v string)
SetService sets Service field to given value.
func (o *StorageProjectDiskCreate) GetSize() float32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *StorageProjectDiskCreate) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageProjectDiskCreate) SetSize(v float32)
SetSize sets Size field to given value.
func (o *StorageProjectDiskCreate) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *StorageProjectDiskCreate) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageProjectDiskCreate) SetSource(v string)
SetSource sets Source field to given value.
func (o *StorageProjectDiskCreate) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *StorageProjectDiskCreate) GetTag() []Tag
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *StorageProjectDiskCreate) GetTagOk() (*[]Tag, bool)
GetTagOk returns a tuple with the Tag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageProjectDiskCreate) SetTag(v []Tag)
SetTag sets Tag field to given value.
func (o *StorageProjectDiskCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (o *StorageProjectDiskCreate) GetVm() string
GetVm returns the Vm field if non-nil, zero value otherwise.
func (o *StorageProjectDiskCreate) GetVmOk() (*string, bool)
GetVmOk returns a tuple with the Vm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageProjectDiskCreate) SetVm(v string)
SetVm sets Vm field to given value.
func (o *StorageProjectDiskCreate) HasVm() bool
HasVm returns a boolean if a field has been set.