Interface MirroringEndpointGroup.AssociationDetailsOrBuilder (0.94.0)

public static interface MirroringEndpointGroup.AssociationDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Output only. The connected association's resource name, for example: projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-ega. See https://google.aip.dev/124.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The connected association's resource name, for example: projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-ega. See https://google.aip.dev/124.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getNetwork()

public abstract String getNetwork()

Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.

string network = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The network.

getNetworkBytes()

public abstract ByteString getNetworkBytes()

Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.

string network = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for network.

getState()

public abstract MirroringEndpointGroupAssociation.State getState()

Output only. Most recent known state of the association.

.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MirroringEndpointGroupAssociation.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. Most recent known state of the association.

.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.