Interface InterconnectAttachmentGroupConfiguredAvailabilitySLAOrBuilder (1.74.0)

public interface InterconnectAttachmentGroupConfiguredAvailabilitySLAOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEffectiveSla()

public abstract String getEffectiveSla()

Check the EffectiveSla enum for the list of possible values.

optional string effective_sla = 144173712;

Returns
Type Description
String

The effectiveSla.

getEffectiveSlaBytes()

public abstract ByteString getEffectiveSlaBytes()

Check the EffectiveSla enum for the list of possible values.

optional string effective_sla = 144173712;

Returns
Type Description
ByteString

The bytes for effectiveSla.

getIntendedSlaBlockers(int index)

public abstract InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers getIntendedSlaBlockers(int index)

repeated .google.cloud.compute.v1.InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers intended_sla_blockers = 448370308;

Parameter
Name Description
index int
Returns
Type Description
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers

getIntendedSlaBlockersCount()

public abstract int getIntendedSlaBlockersCount()

repeated .google.cloud.compute.v1.InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers intended_sla_blockers = 448370308;

Returns
Type Description
int

getIntendedSlaBlockersList()

public abstract List<InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers> getIntendedSlaBlockersList()

repeated .google.cloud.compute.v1.InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers intended_sla_blockers = 448370308;

Returns
Type Description
List<InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers>

getIntendedSlaBlockersOrBuilder(int index)

public abstract InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockersOrBuilder getIntendedSlaBlockersOrBuilder(int index)

repeated .google.cloud.compute.v1.InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers intended_sla_blockers = 448370308;

Parameter
Name Description
index int
Returns
Type Description
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockersOrBuilder

getIntendedSlaBlockersOrBuilderList()

public abstract List<? extends InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockersOrBuilder> getIntendedSlaBlockersOrBuilderList()

repeated .google.cloud.compute.v1.InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers intended_sla_blockers = 448370308;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockersOrBuilder>

hasEffectiveSla()

public abstract boolean hasEffectiveSla()

Check the EffectiveSla enum for the list of possible values.

optional string effective_sla = 144173712;

Returns
Type Description
boolean

Whether the effectiveSla field is set.