Interface NetworkConfigOrBuilder (0.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface NetworkConfigOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |