public sealed class GetStoragePoolTypeRequest : IMessage<GetStoragePoolTypeRequest>, IEquatable<GetStoragePoolTypeRequest>, IDeepCloneable<GetStoragePoolTypeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetStoragePoolTypeRequest.
A request message for StoragePoolTypes.Get. See the method description for details.
Implements
IMessageGetStoragePoolTypeRequest, IEquatableGetStoragePoolTypeRequest, IDeepCloneableGetStoragePoolTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetStoragePoolTypeRequest()
public GetStoragePoolTypeRequest()GetStoragePoolTypeRequest(GetStoragePoolTypeRequest)
public GetStoragePoolTypeRequest(GetStoragePoolTypeRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetStoragePoolTypeRequest | 
Properties
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
StoragePoolType
public string StoragePoolType { get; set; }Name of the storage pool type to return.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Zone
public string Zone { get; set; }The name of the zone for this request.
| Property Value | |
|---|---|
| Type | Description | 
| string | |