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.v1alpha.Instance.PscInterfaceConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Instance.PscInterfaceConfigImplements
Instance.PscInterfaceConfigOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Instance.PscInterfaceConfig.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig.Builder |
newBuilder(Instance.PscInterfaceConfig prototype)
public static Instance.PscInterfaceConfig.Builder newBuilder(Instance.PscInterfaceConfig prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Instance.PscInterfaceConfig |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig.Builder |
parseDelimitedFrom(InputStream input)
public static Instance.PscInterfaceConfig parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Instance.PscInterfaceConfig parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Instance.PscInterfaceConfig parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Instance.PscInterfaceConfig parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Instance.PscInterfaceConfig parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Instance.PscInterfaceConfig parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Instance.PscInterfaceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Instance.PscInterfaceConfig> parser()
Returns | |
---|---|
Type | Description |
Parser<PscInterfaceConfig> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
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;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the consumerEndpointIps. |
getDefaultInstanceForType()
public Instance.PscInterfaceConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig |
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()
Returns | |
---|---|
Type | Description |
Parser<PscInterfaceConfig> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Instance.PscInterfaceConfig.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Instance.PscInterfaceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Instance.PscInterfaceConfig.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Instance.PscInterfaceConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |