class Google::Apis::ComputeV1::ResourceStatus

Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.

Attributes

physical_host[RW]
Output Only

An opaque ID of the host on which the VM is running.

Corresponds to the JSON property `physicalHost` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 29528
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 29533
def update!(**args)
  @physical_host = args[:physical_host] if args.key?(:physical_host)
end