Class: Google::Cloud::BackupDR::V1::ComputeInstanceTargetEnvironment

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

Overview

ComputeInstanceTargetEnvironment represents Compute Engine target environment to be used during restore.

Instance Attribute Summary collapse

Instance Attribute Details

#project::String

Returns Required. Target project for the Compute Engine instance.

Returns:

  • (::String)

    Required. Target project for the Compute Engine instance.



251
252
253
254
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 251

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

#zone::String

Returns Required. The zone of the Compute Engine instance.

Returns:

  • (::String)

    Required. The zone of the Compute Engine instance.



251
252
253
254
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 251

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