public interface VpcPeeringConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSubnet()
Required.
|
com.google.protobuf.ByteString |
getSubnetBytes()
Required.
|
String |
getVpcName()
Required.
|
com.google.protobuf.ByteString |
getVpcNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVpcName()
Required. Fully qualified name of the VPC that Database Migration Service will peer to.
string vpc_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getVpcNameBytes()
Required. Fully qualified name of the VPC that Database Migration Service will peer to.
string vpc_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getSubnet()
Required. A free subnet for peering. (CIDR of /29)
string subnet = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getSubnetBytes()
Required. A free subnet for peering. (CIDR of /29)
string subnet = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.