public sealed class ListHydratedDeploymentsRequest : IMessage<ListHydratedDeploymentsRequest>, IEquatable<ListHydratedDeploymentsRequest>, IDeepCloneable<ListHydratedDeploymentsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Telco Automation v1 API class ListHydratedDeploymentsRequest.
Request object for ListHydratedDeployments
.
Implements
IMessageListHydratedDeploymentsRequest, IEquatableListHydratedDeploymentsRequest, IDeepCloneableListHydratedDeploymentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
ListHydratedDeploymentsRequest()
public ListHydratedDeploymentsRequest()
ListHydratedDeploymentsRequest(ListHydratedDeploymentsRequest)
public ListHydratedDeploymentsRequest(ListHydratedDeploymentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListHydratedDeploymentsRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of hydrated deployments to return. The service may return fewer than this value. If unspecified, at most 50 hydrated deployments will be returned. The maximum value is 1000. Values above 1000 will be set to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The page token, received from a previous ListHydratedDeployments call. Provide this to retrieve the subsequent page.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The deployment managing the hydrated deployments.
Property Value | |
---|---|
Type | Description |
string |
ParentAsDeploymentName
public DeploymentName ParentAsDeploymentName { get; set; }
DeploymentName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
DeploymentName |