public static class ComputeEnumConstants.ShareSettings.ShareTypeReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.ShareSettings.ShareType.
Constants for wire representations of the ShareSettings.Types.ShareType enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Local
public const string Local = "LOCAL"Wire representation of Local.
| Field Value | |
|---|---|
| Type | Description |
string |
|
Organization
public const string Organization = "ORGANIZATION"Wire representation of Organization.
| Field Value | |
|---|---|
| Type | Description |
string |
|
SpecificProjects
public const string SpecificProjects = "SPECIFIC_PROJECTS"Wire representation of SpecificProjects.
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedShareType
public const string UndefinedShareType = "UNDEFINED_SHARE_TYPE"Wire representation of UndefinedShareType.
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "SHARE_TYPE_UNSPECIFIED"Wire representation of Unspecified.
| Field Value | |
|---|---|
| Type | Description |
string |
|