Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ApplyResults.
Outputs and artifacts from applying a deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#artifacts
def artifacts() -> ::String
Returns
-
(::String) — Location of artifacts (e.g. logs) in Google Cloud Storage.
Format:
gs://{bucket}/{object}
#artifacts=
def artifacts=(value) -> ::String
Parameter
-
value (::String) — Location of artifacts (e.g. logs) in Google Cloud Storage.
Format:
gs://{bucket}/{object}
Returns
-
(::String) — Location of artifacts (e.g. logs) in Google Cloud Storage.
Format:
gs://{bucket}/{object}
#content
def content() -> ::String
Returns
-
(::String) — Location of a blueprint copy and other manifests in Google Cloud Storage.
Format:
gs://{bucket}/{object}
#content=
def content=(value) -> ::String
Parameter
-
value (::String) — Location of a blueprint copy and other manifests in Google Cloud Storage.
Format:
gs://{bucket}/{object}
Returns
-
(::String) — Location of a blueprint copy and other manifests in Google Cloud Storage.
Format:
gs://{bucket}/{object}
#outputs
def outputs() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformOutput}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformOutput}) — Map of output name to output info.
#outputs=
def outputs=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformOutput}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformOutput}) — Map of output name to output info.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformOutput}) — Map of output name to output info.