Class: Google::Cloud::VmwareEngine::V1::Hcx
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::Hcx
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Details about a HCX Cloud Manager appliance.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#fqdn ⇒ ::String
Fully qualified domain name of the appliance.
-
#internal_ip ⇒ ::String
Internal IP address of the appliance.
-
#state ⇒ ::Google::Cloud::VmwareEngine::V1::Hcx::State
readonly
Output only.
-
#version ⇒ ::String
Version of the appliance.
Instance Attribute Details
#fqdn ⇒ ::String
Returns Fully qualified domain name of the appliance.
804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 804 class Hcx include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the appliance module State # Unspecified appliance state. This is the default value. STATE_UNSPECIFIED = 0 # The appliance is operational and can be used. ACTIVE = 1 # The appliance is being deployed. CREATING = 2 # The appliance is being activated. ACTIVATING = 3 end end |
#internal_ip ⇒ ::String
Returns Internal IP address of the appliance.
804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 804 class Hcx include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the appliance module State # Unspecified appliance state. This is the default value. STATE_UNSPECIFIED = 0 # The appliance is operational and can be used. ACTIVE = 1 # The appliance is being deployed. CREATING = 2 # The appliance is being activated. ACTIVATING = 3 end end |
#state ⇒ ::Google::Cloud::VmwareEngine::V1::Hcx::State (readonly)
Returns Output only. The state of the appliance.
804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 804 class Hcx include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the appliance module State # Unspecified appliance state. This is the default value. STATE_UNSPECIFIED = 0 # The appliance is operational and can be used. ACTIVE = 1 # The appliance is being deployed. CREATING = 2 # The appliance is being activated. ACTIVATING = 3 end end |
#version ⇒ ::String
Returns Version of the appliance.
804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 804 class Hcx include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the appliance module State # Unspecified appliance state. This is the default value. STATE_UNSPECIFIED = 0 # The appliance is operational and can be used. ACTIVE = 1 # The appliance is being deployed. CREATING = 2 # The appliance is being activated. ACTIVATING = 3 end end |