Class: Google::Cloud::GDCHardwareManagement::V1alpha::SignalZoneStateRequest

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

Overview

A request to signal the state of a zone.

Defined Under Namespace

Modules: ProvisioningStateSignal, StateSignal

Instance Attribute Summary collapse

Instance Attribute Details

#details::String

Returns Optional. Additional details, such as an error message when state_signal is FACTORY_TURNUP_CHECKS_FAILED.

Returns:

  • (::String)

    Optional. Additional details, such as an error message when state_signal is FACTORY_TURNUP_CHECKS_FAILED.



874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 874

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

  # Valid state signals for a zone.
  module StateSignal
    # State signal of the zone is unspecified.
    STATE_SIGNAL_UNSPECIFIED = 0

    # Factory turnup checks have started.
    FACTORY_TURNUP_CHECKS_STARTED = 3

    # The Zone is ready for site turnup.
    FACTORY_TURNUP_CHECKS_PASSED = 1

    # The Zone is ready for site turnup. Deprecated, but not deleted.
    READY_FOR_SITE_TURNUP = 1

    # The Zone failed in factory turnup checks.
    FACTORY_TURNUP_CHECKS_FAILED = 2

    # Verify that a valid cluster intent is present.
    VERIFY_CLUSTER_INTENT_PRESENCE = 4
  end

  # Valid provisioning state signals for a zone.
  module ProvisioningStateSignal
    # Provisioning state signal is unspecified.
    PROVISIONING_STATE_SIGNAL_UNSPECIFIED = 0

    # Provisioning is in progress.
    PROVISIONING_IN_PROGRESS = 1

    # Provisioning is complete.
    PROVISIONING_COMPLETE = 2
  end
end

#name::String

Returns Required. The name of the zone. Format: projects/{project}/locations/{location}/zones/{zone}.

Returns:

  • (::String)

    Required. The name of the zone. Format: projects/{project}/locations/{location}/zones/{zone}



874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 874

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

  # Valid state signals for a zone.
  module StateSignal
    # State signal of the zone is unspecified.
    STATE_SIGNAL_UNSPECIFIED = 0

    # Factory turnup checks have started.
    FACTORY_TURNUP_CHECKS_STARTED = 3

    # The Zone is ready for site turnup.
    FACTORY_TURNUP_CHECKS_PASSED = 1

    # The Zone is ready for site turnup. Deprecated, but not deleted.
    READY_FOR_SITE_TURNUP = 1

    # The Zone failed in factory turnup checks.
    FACTORY_TURNUP_CHECKS_FAILED = 2

    # Verify that a valid cluster intent is present.
    VERIFY_CLUSTER_INTENT_PRESENCE = 4
  end

  # Valid provisioning state signals for a zone.
  module ProvisioningStateSignal
    # Provisioning state signal is unspecified.
    PROVISIONING_STATE_SIGNAL_UNSPECIFIED = 0

    # Provisioning is in progress.
    PROVISIONING_IN_PROGRESS = 1

    # Provisioning is complete.
    PROVISIONING_COMPLETE = 2
  end
end

#provisioning_state_signal::Google::Cloud::GDCHardwareManagement::V1alpha::SignalZoneStateRequest::ProvisioningStateSignal

Returns Optional. The provisioning state signal to send for this zone. Either state_signal or provisioning_state_signal must be set, but not both.

Returns:



874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 874

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

  # Valid state signals for a zone.
  module StateSignal
    # State signal of the zone is unspecified.
    STATE_SIGNAL_UNSPECIFIED = 0

    # Factory turnup checks have started.
    FACTORY_TURNUP_CHECKS_STARTED = 3

    # The Zone is ready for site turnup.
    FACTORY_TURNUP_CHECKS_PASSED = 1

    # The Zone is ready for site turnup. Deprecated, but not deleted.
    READY_FOR_SITE_TURNUP = 1

    # The Zone failed in factory turnup checks.
    FACTORY_TURNUP_CHECKS_FAILED = 2

    # Verify that a valid cluster intent is present.
    VERIFY_CLUSTER_INTENT_PRESENCE = 4
  end

  # Valid provisioning state signals for a zone.
  module ProvisioningStateSignal
    # Provisioning state signal is unspecified.
    PROVISIONING_STATE_SIGNAL_UNSPECIFIED = 0

    # Provisioning is in progress.
    PROVISIONING_IN_PROGRESS = 1

    # Provisioning is complete.
    PROVISIONING_COMPLETE = 2
  end
end

#request_id::String

Returns Optional. An optional unique identifier for this request. See AIP-155.

Returns:

  • (::String)

    Optional. An optional unique identifier for this request. See AIP-155.



874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 874

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

  # Valid state signals for a zone.
  module StateSignal
    # State signal of the zone is unspecified.
    STATE_SIGNAL_UNSPECIFIED = 0

    # Factory turnup checks have started.
    FACTORY_TURNUP_CHECKS_STARTED = 3

    # The Zone is ready for site turnup.
    FACTORY_TURNUP_CHECKS_PASSED = 1

    # The Zone is ready for site turnup. Deprecated, but not deleted.
    READY_FOR_SITE_TURNUP = 1

    # The Zone failed in factory turnup checks.
    FACTORY_TURNUP_CHECKS_FAILED = 2

    # Verify that a valid cluster intent is present.
    VERIFY_CLUSTER_INTENT_PRESENCE = 4
  end

  # Valid provisioning state signals for a zone.
  module ProvisioningStateSignal
    # Provisioning state signal is unspecified.
    PROVISIONING_STATE_SIGNAL_UNSPECIFIED = 0

    # Provisioning is in progress.
    PROVISIONING_IN_PROGRESS = 1

    # Provisioning is complete.
    PROVISIONING_COMPLETE = 2
  end
end

#state_signal::Google::Cloud::GDCHardwareManagement::V1alpha::SignalZoneStateRequest::StateSignal

Returns Optional. The state signal to send for this zone. Either state_signal or provisioning_state_signal must be set, but not both.

Returns:



874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 874

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

  # Valid state signals for a zone.
  module StateSignal
    # State signal of the zone is unspecified.
    STATE_SIGNAL_UNSPECIFIED = 0

    # Factory turnup checks have started.
    FACTORY_TURNUP_CHECKS_STARTED = 3

    # The Zone is ready for site turnup.
    FACTORY_TURNUP_CHECKS_PASSED = 1

    # The Zone is ready for site turnup. Deprecated, but not deleted.
    READY_FOR_SITE_TURNUP = 1

    # The Zone failed in factory turnup checks.
    FACTORY_TURNUP_CHECKS_FAILED = 2

    # Verify that a valid cluster intent is present.
    VERIFY_CLUSTER_INTENT_PRESENCE = 4
  end

  # Valid provisioning state signals for a zone.
  module ProvisioningStateSignal
    # Provisioning state signal is unspecified.
    PROVISIONING_STATE_SIGNAL_UNSPECIFIED = 0

    # Provisioning is in progress.
    PROVISIONING_IN_PROGRESS = 1

    # Provisioning is complete.
    PROVISIONING_COMPLETE = 2
  end
end

#step::String

Returns Optional. The step being executed. Provides a finer grained status when the state_signal is FACTORY_TURNUP_CHECKS_STARTED or FACTORY_TURNUP_CHECKS_FAILED.

Returns:

  • (::String)

    Optional. The step being executed. Provides a finer grained status when the state_signal is FACTORY_TURNUP_CHECKS_STARTED or FACTORY_TURNUP_CHECKS_FAILED.



874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 874

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

  # Valid state signals for a zone.
  module StateSignal
    # State signal of the zone is unspecified.
    STATE_SIGNAL_UNSPECIFIED = 0

    # Factory turnup checks have started.
    FACTORY_TURNUP_CHECKS_STARTED = 3

    # The Zone is ready for site turnup.
    FACTORY_TURNUP_CHECKS_PASSED = 1

    # The Zone is ready for site turnup. Deprecated, but not deleted.
    READY_FOR_SITE_TURNUP = 1

    # The Zone failed in factory turnup checks.
    FACTORY_TURNUP_CHECKS_FAILED = 2

    # Verify that a valid cluster intent is present.
    VERIFY_CLUSTER_INTENT_PRESENCE = 4
  end

  # Valid provisioning state signals for a zone.
  module ProvisioningStateSignal
    # Provisioning state signal is unspecified.
    PROVISIONING_STATE_SIGNAL_UNSPECIFIED = 0

    # Provisioning is in progress.
    PROVISIONING_IN_PROGRESS = 1

    # Provisioning is complete.
    PROVISIONING_COMPLETE = 2
  end
end