Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::DeploymentSpec.
Spec for a deployment to be created.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment
def deployment() -> ::Google::Cloud::ConfigService::V1::Deployment
Returns
- (::Google::Cloud::ConfigService::V1::Deployment) — Required. The deployment to be created.
#deployment=
def deployment=(value) -> ::Google::Cloud::ConfigService::V1::Deployment
Parameter
- value (::Google::Cloud::ConfigService::V1::Deployment) — Required. The deployment to be created.
Returns
- (::Google::Cloud::ConfigService::V1::Deployment) — Required. The deployment to be created.
#deployment_id
def deployment_id() -> ::String
Returns
- (::String) — Required. The id of the deployment to be created which doesn't include the project id and location.
#deployment_id=
def deployment_id=(value) -> ::String
Parameter
- value (::String) — Required. The id of the deployment to be created which doesn't include the project id and location.
Returns
- (::String) — Required. The id of the deployment to be created which doesn't include the project id and location.