Skip to content

Files

Latest commit

 

History

History
56 lines (31 loc) · 2.44 KB

PostLinodeInstanceRequestAllOfMetadata.md

File metadata and controls

56 lines (31 loc) · 2.44 KB

PostLinodeInstanceRequestAllOfMetadata

Properties

Name Type Description Notes
UserData Pointer to string Base64-encoded cloud-config data. Cannot be modified after provisioning. To update, use either the Clone a Linode or Rebuild a Linode operations. Must not be included when cloning to an existing Linode. Unencoded data must not exceed 65535 bytes, or about 16kb encoded. [optional]

Methods

NewPostLinodeInstanceRequestAllOfMetadata

func NewPostLinodeInstanceRequestAllOfMetadata() *PostLinodeInstanceRequestAllOfMetadata

NewPostLinodeInstanceRequestAllOfMetadata instantiates a new PostLinodeInstanceRequestAllOfMetadata 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

NewPostLinodeInstanceRequestAllOfMetadataWithDefaults

func NewPostLinodeInstanceRequestAllOfMetadataWithDefaults() *PostLinodeInstanceRequestAllOfMetadata

NewPostLinodeInstanceRequestAllOfMetadataWithDefaults instantiates a new PostLinodeInstanceRequestAllOfMetadata 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

GetUserData

func (o *PostLinodeInstanceRequestAllOfMetadata) GetUserData() string

GetUserData returns the UserData field if non-nil, zero value otherwise.

GetUserDataOk

func (o *PostLinodeInstanceRequestAllOfMetadata) GetUserDataOk() (*string, bool)

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

SetUserData

func (o *PostLinodeInstanceRequestAllOfMetadata) SetUserData(v string)

SetUserData sets UserData field to given value.

HasUserData

func (o *PostLinodeInstanceRequestAllOfMetadata) HasUserData() bool

HasUserData returns a boolean if a field has been set.

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