Enum NetworkConfig.PeeringMode (0.5.0)

publicenumNetworkConfig.PeeringModeextendsEnum<NetworkConfig.PeeringMode>implementsProtocolMessageEnum

VPC peering modes supported by Cloud BackupDR.

Protobuf enum google.cloud.backupdr.v1.NetworkConfig.PeeringMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
PEERING_MODE_UNSPECIFIED

Peering mode not set.

PEERING_MODE_UNSPECIFIED = 0;

PEERING_MODE_UNSPECIFIED_VALUE

Peering mode not set.

PEERING_MODE_UNSPECIFIED = 0;

PRIVATE_SERVICE_ACCESS

Connect using Private Service Access to the Management Server. Private services access provides an IP address range for multiple Google Cloud services, including Cloud BackupDR.

PRIVATE_SERVICE_ACCESS = 1;

PRIVATE_SERVICE_ACCESS_VALUE

Connect using Private Service Access to the Management Server. Private services access provides an IP address range for multiple Google Cloud services, including Cloud BackupDR.

PRIVATE_SERVICE_ACCESS = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.