Class: Google::Cloud::Compute::V1::InterconnectGroupsOperationalStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectGroupsOperationalStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Request to get the status of the interconnect group with extra detail.
Defined Under Namespace
Modules: GroupStatus
Instance Attribute Summary collapse
-
#configured ⇒ ::Google::Cloud::Compute::V1::InterconnectGroupConfigured
The configuration analysis, as returned by Get.
-
#group_status ⇒ ::String
Summarizes the status of the group.
-
#intent ⇒ ::Google::Cloud::Compute::V1::InterconnectGroupIntent
The intent of the resource, as returned by Get.
- #interconnect_statuses ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectGroupsOperationalStatusInterconnectStatus>
-
#operational ⇒ ::Google::Cloud::Compute::V1::InterconnectGroupConfigured
The operational state of the group, including only active Interconnects.
Instance Attribute Details
#configured ⇒ ::Google::Cloud::Compute::V1::InterconnectGroupConfigured
Returns The configuration analysis, as returned by Get.
18005 18006 18007 18008 18009 18010 18011 18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18005 class InterconnectGroupsOperationalStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summarizes the status of the group. module GroupStatus # A value indicating that the enum field is not set. UNDEFINED_GROUP_STATUS = 0 DEGRADED = 396_890_926 FULLY_DOWN = 255_514_647 FULLY_UP = 504_176_464 GROUPS_STATUS_UNSPECIFIED = 261_932_693 end end |
#group_status ⇒ ::String
Returns Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
18005 18006 18007 18008 18009 18010 18011 18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18005 class InterconnectGroupsOperationalStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summarizes the status of the group. module GroupStatus # A value indicating that the enum field is not set. UNDEFINED_GROUP_STATUS = 0 DEGRADED = 396_890_926 FULLY_DOWN = 255_514_647 FULLY_UP = 504_176_464 GROUPS_STATUS_UNSPECIFIED = 261_932_693 end end |
#intent ⇒ ::Google::Cloud::Compute::V1::InterconnectGroupIntent
Returns The intent of the resource, as returned by Get.
18005 18006 18007 18008 18009 18010 18011 18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18005 class InterconnectGroupsOperationalStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summarizes the status of the group. module GroupStatus # A value indicating that the enum field is not set. UNDEFINED_GROUP_STATUS = 0 DEGRADED = 396_890_926 FULLY_DOWN = 255_514_647 FULLY_UP = 504_176_464 GROUPS_STATUS_UNSPECIFIED = 261_932_693 end end |
#interconnect_statuses ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectGroupsOperationalStatusInterconnectStatus>
18005 18006 18007 18008 18009 18010 18011 18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18005 class InterconnectGroupsOperationalStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summarizes the status of the group. module GroupStatus # A value indicating that the enum field is not set. UNDEFINED_GROUP_STATUS = 0 DEGRADED = 396_890_926 FULLY_DOWN = 255_514_647 FULLY_UP = 504_176_464 GROUPS_STATUS_UNSPECIFIED = 261_932_693 end end |
#operational ⇒ ::Google::Cloud::Compute::V1::InterconnectGroupConfigured
Returns The operational state of the group, including only active Interconnects.
18005 18006 18007 18008 18009 18010 18011 18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18005 class InterconnectGroupsOperationalStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summarizes the status of the group. module GroupStatus # A value indicating that the enum field is not set. UNDEFINED_GROUP_STATUS = 0 DEGRADED = 396_890_926 FULLY_DOWN = 255_514_647 FULLY_UP = 504_176_464 GROUPS_STATUS_UNSPECIFIED = 261_932_693 end end |