public static class ManagementTypeReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.RouterBgpPeer.ManagementType.
Constants for wire representations of the RouterBgpPeer.Types.ManagementType enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
ManagedByAttachment
public const string ManagedByAttachment = "MANAGED_BY_ATTACHMENT"Wire representation of ManagedByAttachment.
| Field Value | |
|---|---|
| Type | Description |
String |
|
ManagedByUser
public const string ManagedByUser = "MANAGED_BY_USER"Wire representation of ManagedByUser.
| Field Value | |
|---|---|
| Type | Description |
String |
|
UndefinedManagementType
public const string UndefinedManagementType = "UNDEFINED_MANAGEMENT_TYPE"Wire representation of UndefinedManagementType.
| Field Value | |
|---|---|
| Type | Description |
String |
|