Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.19 KB

File metadata and controls

135 lines (72 loc) · 4.19 KB

EksAnywhereVsphereRoleCredentialsRequest

Properties

Name Type Description Notes
Type string
Name string
VsphereUser string
VspherePassword string
RoleArn string

Methods

NewEksAnywhereVsphereRoleCredentialsRequest

func NewEksAnywhereVsphereRoleCredentialsRequest(type_ string, name string, vsphereUser string, vspherePassword string, roleArn string, ) *EksAnywhereVsphereRoleCredentialsRequest

NewEksAnywhereVsphereRoleCredentialsRequest instantiates a new EksAnywhereVsphereRoleCredentialsRequest 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

NewEksAnywhereVsphereRoleCredentialsRequestWithDefaults

func NewEksAnywhereVsphereRoleCredentialsRequestWithDefaults() *EksAnywhereVsphereRoleCredentialsRequest

NewEksAnywhereVsphereRoleCredentialsRequestWithDefaults instantiates a new EksAnywhereVsphereRoleCredentialsRequest 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

GetType

func (o *EksAnywhereVsphereRoleCredentialsRequest) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *EksAnywhereVsphereRoleCredentialsRequest) GetTypeOk() (*string, bool)

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

SetType

func (o *EksAnywhereVsphereRoleCredentialsRequest) SetType(v string)

SetType sets Type field to given value.

GetName

func (o *EksAnywhereVsphereRoleCredentialsRequest) GetName() string

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

GetNameOk

func (o *EksAnywhereVsphereRoleCredentialsRequest) 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 *EksAnywhereVsphereRoleCredentialsRequest) SetName(v string)

SetName sets Name field to given value.

GetVsphereUser

func (o *EksAnywhereVsphereRoleCredentialsRequest) GetVsphereUser() string

GetVsphereUser returns the VsphereUser field if non-nil, zero value otherwise.

GetVsphereUserOk

func (o *EksAnywhereVsphereRoleCredentialsRequest) GetVsphereUserOk() (*string, bool)

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

SetVsphereUser

func (o *EksAnywhereVsphereRoleCredentialsRequest) SetVsphereUser(v string)

SetVsphereUser sets VsphereUser field to given value.

GetVspherePassword

func (o *EksAnywhereVsphereRoleCredentialsRequest) GetVspherePassword() string

GetVspherePassword returns the VspherePassword field if non-nil, zero value otherwise.

GetVspherePasswordOk

func (o *EksAnywhereVsphereRoleCredentialsRequest) GetVspherePasswordOk() (*string, bool)

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

SetVspherePassword

func (o *EksAnywhereVsphereRoleCredentialsRequest) SetVspherePassword(v string)

SetVspherePassword sets VspherePassword field to given value.

GetRoleArn

func (o *EksAnywhereVsphereRoleCredentialsRequest) GetRoleArn() string

GetRoleArn returns the RoleArn field if non-nil, zero value otherwise.

GetRoleArnOk

func (o *EksAnywhereVsphereRoleCredentialsRequest) GetRoleArnOk() (*string, bool)

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

SetRoleArn

func (o *EksAnywhereVsphereRoleCredentialsRequest) SetRoleArn(v string)

SetRoleArn sets RoleArn field to given value.

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