Backup and DR Service V1 API - Class Google::Cloud::BackupDR::V1::ComputeInstanceTargetEnvironment (v0.4.0)

Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::ComputeInstanceTargetEnvironment.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#project

def project() -> ::String
Returns
  • (::String) — Required. Target project for the Compute Engine instance.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Required. Target project for the Compute Engine instance.
Returns
  • (::String) — Required. Target project for the Compute Engine instance.

#zone

def zone() -> ::String
Returns
  • (::String) — Required. The zone of the Compute Engine instance.

#zone=

def zone=(value) -> ::String
Parameter
  • value (::String) — Required. The zone of the Compute Engine instance.
Returns
  • (::String) — Required. The zone of the Compute Engine instance.