Class: Google::Apis::ComputeAlpha::GetAsyncReplicationStatusResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetAsyncReplicationStatusResponse

Returns a new instance of GetAsyncReplicationStatusResponse.



13130
13131
13132
# File 'lib/google/apis/compute_alpha/classes.rb', line 13130

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#async_replication_statusGoogle::Apis::ComputeAlpha::AsyncReplicationStatus

Corresponds to the JSON property asyncReplicationStatus



13123
13124
13125
# File 'lib/google/apis/compute_alpha/classes.rb', line 13123

def async_replication_status
  @async_replication_status
end

#etagString

end_interface: MixerGetResponseWithEtagBuilder Corresponds to the JSON property etag

Returns:

  • (String)


13128
13129
13130
# File 'lib/google/apis/compute_alpha/classes.rb', line 13128

def etag
  @etag
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13135
13136
13137
13138
# File 'lib/google/apis/compute_alpha/classes.rb', line 13135

def update!(**args)
  @async_replication_status = args[:async_replication_status] if args.key?(:async_replication_status)
  @etag = args[:etag] if args.key?(:etag)
end