Compute Engine v1 API - Enum UsableSubnetwork.Types.Role (2.8.0)

public enum UsableSubnetwork.Types.Role

Reference documentation and code samples for the Compute Engine v1 API enum UsableSubnetwork.Types.Role.

The role of subnetwork. Currently, this field is only used when purpose = INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Internal HTTP(S) Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request.

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Active

The ACTIVE subnet that is currently used.

Backup

The BACKUP subnet that could be promoted to ACTIVE.

UndefinedRole

A value indicating that the enum field is not set.