Class: Google::Cloud::VmwareEngine::V1::Hcx

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#fqdn::String

Returns Fully qualified domain name of the appliance.

Returns:

  • (::String)

    Fully qualified domain name of the appliance.



792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 792

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
  end
end

#internal_ip::String

Returns Internal IP address of the appliance.

Returns:

  • (::String)

    Internal IP address of the appliance.



792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 792

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
  end
end

#state::Google::Cloud::VmwareEngine::V1::Hcx::State (readonly)

Returns Output only. The state of the appliance.

Returns:



792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 792

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
  end
end

#version::String

Returns Version of the appliance.

Returns:

  • (::String)

    Version of the appliance.



792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 792

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
  end
end