Class: Google::Cloud::VmwareEngine::V1::Nsx
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::Nsx
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Details about a NSX 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::Nsx::State
readonly
Output only.
-
#version ⇒ ::String
Version of the appliance.
Instance Attribute Details
#fqdn ⇒ ::String
Returns Fully qualified domain name of the appliance.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 837 class Nsx 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 end end |
#internal_ip ⇒ ::String
Returns Internal IP address of the appliance.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 837 class Nsx 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 end end |
#state ⇒ ::Google::Cloud::VmwareEngine::V1::Nsx::State (readonly)
Returns Output only. The state of the appliance.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 837 class Nsx 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 end end |
#version ⇒ ::String
Returns Version of the appliance.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 837 class Nsx 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 end end |