Class: Google::Cloud::VmwareEngine::V1::Nsx

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 NSX 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.



822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 822

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.

Returns:

  • (::String)

    Internal IP address of the appliance.



822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 822

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.

Returns:



822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 822

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.

Returns:

  • (::String)

    Version of the appliance.



822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 822

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