Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::RollbackDeploymentRequest.
Request object for RollbackDeployment
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. Name of the deployment.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the deployment.
Returns
- (::String) — Required. Name of the deployment.
#revision_id
def revision_id() -> ::String
Returns
- (::String) — Required. The revision id of deployment to roll back to.
#revision_id=
def revision_id=(value) -> ::String
Parameter
- value (::String) — Required. The revision id of deployment to roll back to.
Returns
- (::String) — Required. The revision id of deployment to roll back to.