Class: Google::Cloud::Compute::V1::InterconnectAttachmentGroupIntent

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

Overview

The user's intent for this AttachmentGroup. This is the only required field besides the name that must be specified on group creation.

Defined Under Namespace

Modules: AvailabilitySla

Instance Attribute Summary collapse

Instance Attribute Details

#availability_sla::String

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

Returns:

  • (::String)

    Check the AvailabilitySla enum for the list of possible values.



17187
17188
17189
17190
17191
17192
17193
17194
17195
17196
17197
17198
17199
17200
17201
17202
17203
17204
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17187

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


  module AvailabilitySla
    # A value indicating that the enum field is not set.
    UNDEFINED_AVAILABILITY_SLA = 0

    AVAILABILITY_SLA_UNSPECIFIED = 11_186_044

    NO_SLA = 161_460_618

    PRODUCTION_CRITICAL = 470_416_485

    PRODUCTION_NON_CRITICAL = 117_399_223
  end
end