public interface ConnectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectedProjects(int index)
Output only.
|
com.google.protobuf.ByteString |
getConnectedProjectsBytes(int index)
Output only.
|
int |
getConnectedProjectsCount()
Output only.
|
List<String> |
getConnectedProjectsList()
Output only.
|
String |
getIpCidrRange()
The range of internal addresses that follows RFC 4632 notation.
|
com.google.protobuf.ByteString |
getIpCidrRangeBytes()
The range of internal addresses that follows RFC 4632 notation.
|
String |
getMachineType()
Machine type of VM Instance underlying connector.
|
com.google.protobuf.ByteString |
getMachineTypeBytes()
Machine type of VM Instance underlying connector.
|
int |
getMaxInstances()
Maximum value of instances in autoscaling group underlying the connector.
|
int |
getMaxThroughput()
Maximum throughput of the connector in Mbps.
|
int |
getMinInstances()
Minimum value of instances in autoscaling group underlying the connector.
|
int |
getMinThroughput()
Minimum throughput of the connector in Mbps.
|
String |
getName()
The resource name in the format `projects/*/locations/*/connectors/*`.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name in the format `projects/*/locations/*/connectors/*`.
|
String |
getNetwork()
Name of a VPC network.
|
com.google.protobuf.ByteString |
getNetworkBytes()
Name of a VPC network.
|
Connector.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
Connector.Subnet |
getSubnet()
The subnet in which to house the VPC Access Connector.
|
Connector.SubnetOrBuilder |
getSubnetOrBuilder()
The subnet in which to house the VPC Access Connector.
|
boolean |
hasSubnet()
The subnet in which to house the VPC Access Connector.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name in the format `projects/*/locations/*/connectors/*`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name in the format `projects/*/locations/*/connectors/*`.
string name = 1;String getNetwork()
Name of a VPC network.
string network = 2;com.google.protobuf.ByteString getNetworkBytes()
Name of a VPC network.
string network = 2;String getIpCidrRange()
The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
string ip_cidr_range = 3;com.google.protobuf.ByteString getIpCidrRangeBytes()
The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
string ip_cidr_range = 3;int getStateValue()
Output only. State of the VPC access connector.
.google.cloud.vpcaccess.v1.Connector.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Connector.State getState()
Output only. State of the VPC access connector.
.google.cloud.vpcaccess.v1.Connector.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getMinThroughput()
Minimum throughput of the connector in Mbps. Default and min is 200.
int32 min_throughput = 5;int getMaxThroughput()
Maximum throughput of the connector in Mbps. Default is 300, max is 1000.
int32 max_throughput = 6;List<String> getConnectedProjectsList()
Output only. List of projects using the connector.
repeated string connected_projects = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getConnectedProjectsCount()
Output only. List of projects using the connector.
repeated string connected_projects = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getConnectedProjects(int index)
Output only. List of projects using the connector.
repeated string connected_projects = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the element to return.com.google.protobuf.ByteString getConnectedProjectsBytes(int index)
Output only. List of projects using the connector.
repeated string connected_projects = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the value to return.boolean hasSubnet()
The subnet in which to house the VPC Access Connector.
.google.cloud.vpcaccess.v1.Connector.Subnet subnet = 8;Connector.Subnet getSubnet()
The subnet in which to house the VPC Access Connector.
.google.cloud.vpcaccess.v1.Connector.Subnet subnet = 8;Connector.SubnetOrBuilder getSubnetOrBuilder()
The subnet in which to house the VPC Access Connector.
.google.cloud.vpcaccess.v1.Connector.Subnet subnet = 8;String getMachineType()
Machine type of VM Instance underlying connector. Default is e2-micro
string machine_type = 10;com.google.protobuf.ByteString getMachineTypeBytes()
Machine type of VM Instance underlying connector. Default is e2-micro
string machine_type = 10;int getMinInstances()
Minimum value of instances in autoscaling group underlying the connector.
int32 min_instances = 11;int getMaxInstances()
Maximum value of instances in autoscaling group underlying the connector.
int32 max_instances = 12;Copyright © 2022 Google LLC. All rights reserved.