public static class ComputeEnumConstants.AllocationReservationSharingPolicy.ServiceShareTypeReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.AllocationReservationSharingPolicy.ServiceShareType.
Constants for wire representations of the AllocationReservationSharingPolicy.Types.ServiceShareType enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
AllowAll
public const string AllowAll = "ALLOW_ALL"Wire representation of AllowAll .
| Field Value | |
|---|---|
| Type | Description |
string |
|
DisallowAll
public const string DisallowAll = "DISALLOW_ALL"Wire representation of DisallowAll .
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedServiceShareType
public const string UndefinedServiceShareType = "UNDEFINED_SERVICE_SHARE_TYPE"Wire representation of UndefinedServiceShareType .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "SERVICE_SHARE_TYPE_UNSPECIFIED"Wire representation of Unspecified .
| Field Value | |
|---|---|
| Type | Description |
string |
|