Class: Google::Cloud::Compute::V1::InterconnectAttachmentGroupIntent
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectAttachmentGroupIntent
- 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
-
#availability_sla ⇒ ::String
Check the AvailabilitySla enum for the list of possible values.
Instance Attribute Details
#availability_sla ⇒ ::String
Returns Check the AvailabilitySla enum for the list of possible values.
17241 17242 17243 17244 17245 17246 17247 17248 17249 17250 17251 17252 17253 17254 17255 17256 17257 17258 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17241 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 |