Interface NetworkConfigOrBuilder (0.29.0)

publicinterface NetworkConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getNetwork()

publicabstractStringgetNetwork()

Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The network.

getNetworkBytes()

publicabstractByteStringgetNetworkBytes()

Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for network.

getPeeringMode()

publicabstractNetworkConfig.PeeringModegetPeeringMode()

Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.

.google.cloud.backupdr.v1.NetworkConfig.PeeringMode peering_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NetworkConfig.PeeringMode

The peeringMode.

getPeeringModeValue()

publicabstractintgetPeeringModeValue()

Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.

.google.cloud.backupdr.v1.NetworkConfig.PeeringMode peering_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for peeringMode.

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.