Class NetworkConfig (0.1.0)

NetworkConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Network configuration for ManagementServer instance.

Attributes

NameDescription
network str
Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.
peering_mode google.cloud.backupdr_v1.types.NetworkConfig.PeeringMode
Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.

Classes

PeeringMode

PeeringMode(value)

VPC peering modes supported by Cloud BackupDR.

Values: PEERING_MODE_UNSPECIFIED (0): Peering mode not set. PRIVATE_SERVICE_ACCESS (1): 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.