public static interface Instance.PscInterfaceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNetworkAttachmentResource()
The network attachment resource created in the consumer network to which
the PSC interface will be linked.
|
com.google.protobuf.ByteString |
getNetworkAttachmentResourceBytes()
The network attachment resource created in the consumer network to which
the PSC interface will be linked.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNetworkAttachmentResource()
The network attachment resource created in the consumer network to which
the PSC interface will be linked. This is of the format:
"projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}".
The network attachment must be in the same region as the instance.
string network_attachment_resource = 1;com.google.protobuf.ByteString getNetworkAttachmentResourceBytes()
The network attachment resource created in the consumer network to which
the PSC interface will be linked. This is of the format:
"projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}".
The network attachment must be in the same region as the instance.
string network_attachment_resource = 1;Copyright © 2025 Google LLC. All rights reserved.