Class: Google::Cloud::GDCHardwareManagement::V1alpha::Zone
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::Zone
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
A zone holding a set of hardware.
Defined Under Namespace
Modules: ProvisioningState, State Classes: LabelsEntry
Instance Attribute Summary collapse
-
#ciq_uri ⇒ ::String
readonly
Output only.
-
#cluster_intent_required ⇒ ::Boolean
readonly
Output only.
-
#cluster_intent_verified ⇒ ::Boolean
readonly
Output only.
-
#contacts ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Contact>
Required.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
Optional.
-
#globally_unique_id ⇒ ::String
readonly
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Identifier.
-
#network_config ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::ZoneNetworkConfig
Optional.
-
#provisioning_state ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::Zone::ProvisioningState
readonly
Output only.
-
#skip_cluster_provisioning ⇒ ::Boolean
Optional.
-
#state ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::Zone::State
readonly
Output only.
-
#subscription_configs ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::SubscriptionConfig>
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#ciq_uri ⇒ ::String (readonly)
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#cluster_intent_required ⇒ ::Boolean (readonly)
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#cluster_intent_verified ⇒ ::Boolean (readonly)
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#contacts ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Contact>
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#display_name ⇒ ::String
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#globally_unique_id ⇒ ::String (readonly)
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#name ⇒ ::String
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#network_config ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::ZoneNetworkConfig
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#provisioning_state ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::Zone::ProvisioningState (readonly)
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#skip_cluster_provisioning ⇒ ::Boolean
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#state ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::Zone::State (readonly)
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#subscription_configs ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::SubscriptionConfig> (readonly)
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 741 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Valid states for a zone. module State # State of the Zone is unspecified. STATE_UNSPECIFIED = 0 # More information is required from the customer to make progress. ADDITIONAL_INFO_NEEDED = 1 # Google is preparing the Zone. PREPARING = 2 # Factory turnup has succeeded. READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5 # The Zone is running factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED = 8 # The Zone is ready for site turnup. READY_FOR_SITE_TURNUP = 6 # The Zone failed in factory turnup checks. CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7 # The Zone is available to use. ACTIVE = 3 # The Zone has been cancelled. CANCELLED = 4 end # Valid provisioning states for configurations like MAC addresses. module ProvisioningState # Provisioning state is unspecified. PROVISIONING_STATE_UNSPECIFIED = 0 # Provisioning is required. Set by Google. PROVISIONING_REQUIRED = 1 # Provisioning is in progress. Set by customer. PROVISIONING_IN_PROGRESS = 2 # Provisioning is complete. Set by customer. PROVISIONING_COMPLETE = 3 end end |