| 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. |
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
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
func (o *ResourceRemoteInfoGcpComputeInstance) GetInstanceId() string
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
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.
func (o *ResourceRemoteInfoGcpComputeInstance) SetInstanceId(v string)
SetInstanceId sets InstanceId field to given value.
func (o *ResourceRemoteInfoGcpComputeInstance) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
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.
func (o *ResourceRemoteInfoGcpComputeInstance) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *ResourceRemoteInfoGcpComputeInstance) GetZone() string
GetZone returns the Zone field if non-nil, zero value otherwise.
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.
func (o *ResourceRemoteInfoGcpComputeInstance) SetZone(v string)
SetZone sets Zone field to given value.