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
.
Implements
IMessageGetDeploymentRequest, IEquatableGetDeploymentRequest, IDeepCloneableGetDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
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 |