Interface PscInterfaceConfigOrBuilder (3.50.0)

public interface PscInterfaceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNetworkAttachment()

public abstract String getNetworkAttachment()

Optional. The full name of the Compute Engine network attachment to attach to the resource. For example, projects/12345/regions/us-central1/networkAttachments/myNA. is of the form projects/{project}/regions/{region}/networkAttachments/{networkAttachment}. Where {project} is a project number, as in 12345, and {networkAttachment} is a network attachment name. To specify this field, you must have already created a network attachment. This field is only used for resources using PSC-I.

string network_attachment = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The networkAttachment.

getNetworkAttachmentBytes()

public abstract ByteString getNetworkAttachmentBytes()

Optional. The full name of the Compute Engine network attachment to attach to the resource. For example, projects/12345/regions/us-central1/networkAttachments/myNA. is of the form projects/{project}/regions/{region}/networkAttachments/{networkAttachment}. Where {project} is a project number, as in 12345, and {networkAttachment} is a network attachment name. To specify this field, you must have already created a network attachment. This field is only used for resources using PSC-I.

string network_attachment = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for networkAttachment.