Class: Google::Cloud::VMMigration::V1::GetReplicationCycleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Request message for 'GetReplicationCycle' request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the ReplicationCycle.

Returns:

  • (::String)

    Required. The name of the ReplicationCycle.



2778
2779
2780
2781
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2778

class GetReplicationCycleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end