Name | Type | Description | Notes |
---|---|---|---|
Credential | Pointer to []ComputeProjectVmCreateCredential | [optional] | |
Disk | Pointer to []ComputeProjectVmCreateDisk | [optional] | |
Image | Pointer to string | [optional] | |
Iso | Pointer to string | [optional] | |
Name | string | ||
Netadp | Pointer to []ComputeProjectVmCreateNetadp | [optional] | |
Service | string | ||
Start | Pointer to bool | [optional] [default to true] | |
Tag | Pointer to []Tag | [optional] | |
UserMetadata | Pointer to string | [optional] | |
Username | Pointer to string | [optional] |
func NewComputeProjectVmCreate(name string, service string, ) *ComputeProjectVmCreate
NewComputeProjectVmCreate instantiates a new ComputeProjectVmCreate 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 NewComputeProjectVmCreateWithDefaults() *ComputeProjectVmCreate
NewComputeProjectVmCreateWithDefaults instantiates a new ComputeProjectVmCreate 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 *ComputeProjectVmCreate) GetCredential() []ComputeProjectVmCreateCredential
GetCredential returns the Credential field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) GetCredentialOk() (*[]ComputeProjectVmCreateCredential, bool)
GetCredentialOk returns a tuple with the Credential field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeProjectVmCreate) SetCredential(v []ComputeProjectVmCreateCredential)
SetCredential sets Credential field to given value.
func (o *ComputeProjectVmCreate) HasCredential() bool
HasCredential returns a boolean if a field has been set.
func (o *ComputeProjectVmCreate) GetDisk() []ComputeProjectVmCreateDisk
GetDisk returns the Disk field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) GetDiskOk() (*[]ComputeProjectVmCreateDisk, bool)
GetDiskOk returns a tuple with the Disk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeProjectVmCreate) SetDisk(v []ComputeProjectVmCreateDisk)
SetDisk sets Disk field to given value.
func (o *ComputeProjectVmCreate) HasDisk() bool
HasDisk returns a boolean if a field has been set.
func (o *ComputeProjectVmCreate) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeProjectVmCreate) SetImage(v string)
SetImage sets Image field to given value.
func (o *ComputeProjectVmCreate) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *ComputeProjectVmCreate) GetIso() string
GetIso returns the Iso field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) GetIsoOk() (*string, bool)
GetIsoOk returns a tuple with the Iso field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeProjectVmCreate) SetIso(v string)
SetIso sets Iso field to given value.
func (o *ComputeProjectVmCreate) HasIso() bool
HasIso returns a boolean if a field has been set.
func (o *ComputeProjectVmCreate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) 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 *ComputeProjectVmCreate) SetName(v string)
SetName sets Name field to given value.
func (o *ComputeProjectVmCreate) GetNetadp() []ComputeProjectVmCreateNetadp
GetNetadp returns the Netadp field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) GetNetadpOk() (*[]ComputeProjectVmCreateNetadp, bool)
GetNetadpOk returns a tuple with the Netadp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeProjectVmCreate) SetNetadp(v []ComputeProjectVmCreateNetadp)
SetNetadp sets Netadp field to given value.
func (o *ComputeProjectVmCreate) HasNetadp() bool
HasNetadp returns a boolean if a field has been set.
func (o *ComputeProjectVmCreate) GetService() string
GetService returns the Service field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) 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 *ComputeProjectVmCreate) SetService(v string)
SetService sets Service field to given value.
func (o *ComputeProjectVmCreate) GetStart() bool
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) GetStartOk() (*bool, bool)
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeProjectVmCreate) SetStart(v bool)
SetStart sets Start field to given value.
func (o *ComputeProjectVmCreate) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *ComputeProjectVmCreate) GetTag() []Tag
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) 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 *ComputeProjectVmCreate) SetTag(v []Tag)
SetTag sets Tag field to given value.
func (o *ComputeProjectVmCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (o *ComputeProjectVmCreate) GetUserMetadata() string
GetUserMetadata returns the UserMetadata field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) GetUserMetadataOk() (*string, bool)
GetUserMetadataOk returns a tuple with the UserMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeProjectVmCreate) SetUserMetadata(v string)
SetUserMetadata sets UserMetadata field to given value.
func (o *ComputeProjectVmCreate) HasUserMetadata() bool
HasUserMetadata returns a boolean if a field has been set.
func (o *ComputeProjectVmCreate) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ComputeProjectVmCreate) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputeProjectVmCreate) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ComputeProjectVmCreate) HasUsername() bool
HasUsername returns a boolean if a field has been set.