Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.99 KB

File metadata and controls

93 lines (50 loc) · 2.99 KB

ResourceRemoteInfoGcpComputeInstance

Properties

Name Type Description Notes
InstanceId string The id of the instance.
ProjectId string The id of the project the instance is in.
Zone string The zone the instance is in.

Methods

NewResourceRemoteInfoGcpComputeInstance

func NewResourceRemoteInfoGcpComputeInstance(instanceId string, projectId string, zone string, ) *ResourceRemoteInfoGcpComputeInstance

NewResourceRemoteInfoGcpComputeInstance instantiates a new ResourceRemoteInfoGcpComputeInstance 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

NewResourceRemoteInfoGcpComputeInstanceWithDefaults

func NewResourceRemoteInfoGcpComputeInstanceWithDefaults() *ResourceRemoteInfoGcpComputeInstance

NewResourceRemoteInfoGcpComputeInstanceWithDefaults instantiates a new ResourceRemoteInfoGcpComputeInstance 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

GetInstanceId

func (o *ResourceRemoteInfoGcpComputeInstance) GetInstanceId() string

GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.

GetInstanceIdOk

func (o *ResourceRemoteInfoGcpComputeInstance) GetInstanceIdOk() (*string, bool)

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

SetInstanceId

func (o *ResourceRemoteInfoGcpComputeInstance) SetInstanceId(v string)

SetInstanceId sets InstanceId field to given value.

GetProjectId

func (o *ResourceRemoteInfoGcpComputeInstance) GetProjectId() string

GetProjectId returns the ProjectId field if non-nil, zero value otherwise.

GetProjectIdOk

func (o *ResourceRemoteInfoGcpComputeInstance) GetProjectIdOk() (*string, bool)

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

SetProjectId

func (o *ResourceRemoteInfoGcpComputeInstance) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

GetZone

func (o *ResourceRemoteInfoGcpComputeInstance) GetZone() string

GetZone returns the Zone field if non-nil, zero value otherwise.

GetZoneOk

func (o *ResourceRemoteInfoGcpComputeInstance) GetZoneOk() (*string, bool)

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

SetZone

func (o *ResourceRemoteInfoGcpComputeInstance) SetZone(v string)

SetZone sets Zone field to given value.

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