Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.6 KB

ComputeProjectVmCreateDisk.md

File metadata and controls

93 lines (50 loc) · 2.6 KB

ComputeProjectVmCreateDisk

Properties

Name Type Description Notes
Name string
Service string
Size float32

Methods

NewComputeProjectVmCreateDisk

func NewComputeProjectVmCreateDisk(name string, service string, size float32, ) *ComputeProjectVmCreateDisk

NewComputeProjectVmCreateDisk instantiates a new ComputeProjectVmCreateDisk 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

NewComputeProjectVmCreateDiskWithDefaults

func NewComputeProjectVmCreateDiskWithDefaults() *ComputeProjectVmCreateDisk

NewComputeProjectVmCreateDiskWithDefaults instantiates a new ComputeProjectVmCreateDisk 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

GetName

func (o *ComputeProjectVmCreateDisk) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ComputeProjectVmCreateDisk) 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.

SetName

func (o *ComputeProjectVmCreateDisk) SetName(v string)

SetName sets Name field to given value.

GetService

func (o *ComputeProjectVmCreateDisk) GetService() string

GetService returns the Service field if non-nil, zero value otherwise.

GetServiceOk

func (o *ComputeProjectVmCreateDisk) 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.

SetService

func (o *ComputeProjectVmCreateDisk) SetService(v string)

SetService sets Service field to given value.

GetSize

func (o *ComputeProjectVmCreateDisk) GetSize() float32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *ComputeProjectVmCreateDisk) 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.

SetSize

func (o *ComputeProjectVmCreateDisk) SetSize(v float32)

SetSize sets Size field to given value.

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