Class: Google::Cloud::VmwareEngine::V1::Subnet

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

Overview

Subnet in a private cloud. Either management subnets (such as vMotion) that are read-only, or userDefined, which can also be updated.

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_ip::String



622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 622

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

  # Defines possible states of subnets.
  module State
    # The default value. This value should never be used.
    STATE_UNSPECIFIED = 0

    # The subnet is ready.
    ACTIVE = 1

    # The subnet is being created.
    CREATING = 2

    # The subnet is being updated.
    UPDATING = 3

    # The subnet is being deleted.
    DELETING = 4
  end
end

#ip_cidr_range::String



622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 622

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

  # Defines possible states of subnets.
  module State
    # The default value. This value should never be used.
    STATE_UNSPECIFIED = 0

    # The subnet is ready.
    ACTIVE = 1

    # The subnet is being created.
    CREATING = 2

    # The subnet is being updated.
    UPDATING = 3

    # The subnet is being deleted.
    DELETING = 4
  end
end

#name::String (readonly)



622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 622

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

  # Defines possible states of subnets.
  module State
    # The default value. This value should never be used.
    STATE_UNSPECIFIED = 0

    # The subnet is ready.
    ACTIVE = 1

    # The subnet is being created.
    CREATING = 2

    # The subnet is being updated.
    UPDATING = 3

    # The subnet is being deleted.
    DELETING = 4
  end
end

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



622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 622

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

  # Defines possible states of subnets.
  module State
    # The default value. This value should never be used.
    STATE_UNSPECIFIED = 0

    # The subnet is ready.
    ACTIVE = 1

    # The subnet is being created.
    CREATING = 2

    # The subnet is being updated.
    UPDATING = 3

    # The subnet is being deleted.
    DELETING = 4
  end
end

#type::String (readonly)



622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 622

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

  # Defines possible states of subnets.
  module State
    # The default value. This value should never be used.
    STATE_UNSPECIFIED = 0

    # The subnet is ready.
    ACTIVE = 1

    # The subnet is being created.
    CREATING = 2

    # The subnet is being updated.
    UPDATING = 3

    # The subnet is being deleted.
    DELETING = 4
  end
end