Class: Google::Cloud::Compute::V1::InterconnectAttachmentGroupConfiguredAvailabilitySLA

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

[Output Only] Which SLA this group is configured to support, and why this group does or does not meet that SLA's requirements.

Defined Under Namespace

Modules: EffectiveSla

Instance Attribute Summary collapse

Instance Attribute Details

#effective_sla::String

Returns Check the EffectiveSla enum for the list of possible values.

Returns:

  • (::String)

    Check the EffectiveSla enum for the list of possible values.



17117
17118
17119
17120
17121
17122
17123
17124
17125
17126
17127
17128
17129
17130
17131
17132
17133
17134
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17117

class InterconnectAttachmentGroupConfiguredAvailabilitySLA
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods


  module EffectiveSla
    # A value indicating that the enum field is not set.
    UNDEFINED_EFFECTIVE_SLA = 0

    EFFECTIVE_SLA_UNSPECIFIED = 491_000_744

    NO_SLA = 161_460_618

    PRODUCTION_CRITICAL = 470_416_485

    PRODUCTION_NON_CRITICAL = 117_399_223
  end
end

#intended_sla_blockers::Array<::Google::Cloud::Compute::V1::InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers>



17117
17118
17119
17120
17121
17122
17123
17124
17125
17126
17127
17128
17129
17130
17131
17132
17133
17134
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17117

class InterconnectAttachmentGroupConfiguredAvailabilitySLA
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods


  module EffectiveSla
    # A value indicating that the enum field is not set.
    UNDEFINED_EFFECTIVE_SLA = 0

    EFFECTIVE_SLA_UNSPECIFIED = 491_000_744

    NO_SLA = 161_460_618

    PRODUCTION_CRITICAL = 470_416_485

    PRODUCTION_NON_CRITICAL = 117_399_223
  end
end