Telco Automation v1 API - Class GetDeploymentRequest (1.1.0)

public sealed class GetDeploymentRequest : IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Telco Automation v1 API class GetDeploymentRequest.

Request object for GetDeployment.

Inheritance

object > GetDeploymentRequest

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

GetDeploymentRequest()

public GetDeploymentRequest()

GetDeploymentRequest(GetDeploymentRequest)

public GetDeploymentRequest(GetDeploymentRequest other)
Parameter
Name Description
other GetDeploymentRequest

Properties

DeploymentName

public DeploymentName DeploymentName { get; set; }

DeploymentName-typed view over the Name resource name property.

Property Value
Type Description
DeploymentName

Name

public string Name { get; set; }

Required. The name of the deployment. Case 1: If the name provided in the request is {deployment_id}@{revision_id}, then the revision with revision_id will be returned. Case 2: If the name provided in the request is {deployment}, then the current state of the deployment is returned.

Property Value
Type Description
string

View

public DeploymentView View { get; set; }

Optional. Defines the type of view of the deployment. When field is not present VIEW_BASIC is considered as default.

Property Value
Type Description
DeploymentView