public static final class Instance.PscInterfaceConfig extends GeneratedMessageV3 implements Instance.PscInterfaceConfigOrBuilder
Configuration for setting up a PSC interface. This information needs to be
provided by the customer.
PSC interfaces will be created and added to VMs via SLM (adding a network
interface will require recreating the VM). For HA instances this will be
done via LDTM.
Protobuf type google.cloud.alloydb.v1beta.Instance.PscInterfaceConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONSUMER_ENDPOINT_IPS_FIELD_NUMBER
public static final int CONSUMER_ENDPOINT_IPS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NETWORK_ATTACHMENT_FIELD_NUMBER
public static final int NETWORK_ATTACHMENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Instance.PscInterfaceConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Instance.PscInterfaceConfig.Builder newBuilder()
newBuilder(Instance.PscInterfaceConfig prototype)
public static Instance.PscInterfaceConfig.Builder newBuilder(Instance.PscInterfaceConfig prototype)
public static Instance.PscInterfaceConfig parseDelimitedFrom(InputStream input)
public static Instance.PscInterfaceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Instance.PscInterfaceConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Instance.PscInterfaceConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseFrom(CodedInputStream input)
public static Instance.PscInterfaceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseFrom(InputStream input)
public static Instance.PscInterfaceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Instance.PscInterfaceConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Instance.PscInterfaceConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getConsumerEndpointIps(int index)
public String getConsumerEndpointIps(int index)
A list of endpoints in the consumer VPC the interface might initiate
outbound connections to. This list has to be provided when the PSC
interface is created.
repeated string consumer_endpoint_ips = 1;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The consumerEndpointIps at the given index.
|
getConsumerEndpointIpsBytes(int index)
public ByteString getConsumerEndpointIpsBytes(int index)
A list of endpoints in the consumer VPC the interface might initiate
outbound connections to. This list has to be provided when the PSC
interface is created.
repeated string consumer_endpoint_ips = 1;
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the consumerEndpointIps at the given index.
|
getConsumerEndpointIpsCount()
public int getConsumerEndpointIpsCount()
A list of endpoints in the consumer VPC the interface might initiate
outbound connections to. This list has to be provided when the PSC
interface is created.
repeated string consumer_endpoint_ips = 1;
Returns |
Type |
Description |
int |
The count of consumerEndpointIps.
|
getConsumerEndpointIpsList()
public ProtocolStringList getConsumerEndpointIpsList()
A list of endpoints in the consumer VPC the interface might initiate
outbound connections to. This list has to be provided when the PSC
interface is created.
repeated string consumer_endpoint_ips = 1;
getDefaultInstanceForType()
public Instance.PscInterfaceConfig getDefaultInstanceForType()
getNetworkAttachment()
public String getNetworkAttachment()
The NetworkAttachment resource created in the consumer VPC to which the
PSC interface will be linked, in the form of:
projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}
.
NetworkAttachment has to be provided when the PSC interface is created.
string network_attachment = 2;
Returns |
Type |
Description |
String |
The networkAttachment.
|
getNetworkAttachmentBytes()
public ByteString getNetworkAttachmentBytes()
The NetworkAttachment resource created in the consumer VPC to which the
PSC interface will be linked, in the form of:
projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}
.
NetworkAttachment has to be provided when the PSC interface is created.
string network_attachment = 2;
Returns |
Type |
Description |
ByteString |
The bytes for networkAttachment.
|
getParserForType()
public Parser<Instance.PscInterfaceConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Instance.PscInterfaceConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Instance.PscInterfaceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Instance.PscInterfaceConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides