public interface VpcPeeringConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSubnet()
public abstract String getSubnet()Required. A free subnet for peering. (CIDR of /29)
string subnet = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The subnet. |
getSubnetBytes()
public abstract ByteString getSubnetBytes()Required. A free subnet for peering. (CIDR of /29)
string subnet = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subnet. |
getVpcName()
public abstract String getVpcName()Required. fully qualified name of the VPC Datastream will peer to.
string vpc_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The vpcName. |
getVpcNameBytes()
public abstract ByteString getVpcNameBytes()Required. fully qualified name of the VPC Datastream will peer to.
string vpc_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for vpcName. |