Class: Google::Cloud::Compute::V1::Region
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Region
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a Region resource. A region is a geographical area where a resource is located. For more information, read Regions and Zones.
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#deprecated ⇒ ::Google::Cloud::Compute::V1::DeprecationStatus
[Output Only] The deprecation status associated with this region.
-
#description ⇒ ::String
[Output Only] Textual description of the resource.
-
#id ⇒ ::Integer
[Output Only] The unique identifier for the resource.
-
#kind ⇒ ::String
[Output Only] Type of the resource.
-
#name ⇒ ::String
[Output Only] Name of the resource.
-
#quota_status_warning ⇒ ::Google::Cloud::Compute::V1::QuotaStatusWarning
[Output Only] Warning of fetching the
quotasfield for this region. -
#quotas ⇒ ::Array<::Google::Cloud::Compute::V1::Quota>
[Output Only] Quotas assigned to this region.
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for the resource.
-
#status ⇒ ::String
[Output Only] Status of the region, either UP or DOWN.
-
#supports_pzs ⇒ ::Boolean
[Output Only] Reserved for future use.
-
#zones ⇒ ::Array<::String>
[Output Only] A list of zones available in this region, in the form of resource URLs.
Instance Attribute Details
#creation_timestamp ⇒ ::String
Returns [Output Only] Creation timestamp in RFC3339 text format.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#deprecated ⇒ ::Google::Cloud::Compute::V1::DeprecationStatus
Returns [Output Only] The deprecation status associated with this region.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#description ⇒ ::String
Returns [Output Only] Textual description of the resource.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#id ⇒ ::Integer
Returns [Output Only] The unique identifier for the resource. This identifier is defined by the server.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#kind ⇒ ::String
Returns [Output Only] Type of the resource. Always compute#region for regions.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#name ⇒ ::String
Returns [Output Only] Name of the resource.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#quota_status_warning ⇒ ::Google::Cloud::Compute::V1::QuotaStatusWarning
Returns [Output Only] Warning of fetching the quotas field for this region. This field is populated only if fetching of the quotas field fails.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#quotas ⇒ ::Array<::Google::Cloud::Compute::V1::Quota>
Returns [Output Only] Quotas assigned to this region.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#self_link ⇒ ::String
Returns [Output Only] Server-defined URL for the resource.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#status ⇒ ::String
Returns [Output Only] Status of the region, either UP or DOWN. Check the Status enum for the list of possible values.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#supports_pzs ⇒ ::Boolean
Returns [Output Only] Reserved for future use.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |
#zones ⇒ ::Array<::String>
Returns [Output Only] A list of zones available in this region, in the form of resource URLs.
28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28646 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the region, either UP or DOWN. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 DOWN = 2_104_482 UP = 2715 end end |