Class: Google::Cloud::EdgeNetwork::V1::Subnet

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

Overview

Message describing Subnet object

Defined Under Namespace

Modules: BondingType Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#bonding_type::Google::Cloud::EdgeNetwork::V1::Subnet::BondingType



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end

#create_time::Google::Protobuf::Timestamp (readonly)



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end

#description::String



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end

#ipv4_cidr::Array<::String>



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end

#ipv6_cidr::Array<::String>



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end

#labels::Google::Protobuf::Map{::String => ::String}



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end

#name::String



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end

#network::String



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end

#state::Google::Cloud::EdgeNetwork::V1::ResourceState (readonly)



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end

#vlan_id::Integer



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 134

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Bonding type in the subnet.
  module BondingType
    # Unspecified
    # Bonding type will be unspecified by default and if the user chooses to
    # not specify a bonding type at time of creating the VLAN. This will be
    # treated as mixed bonding where the VLAN will have both bonded and
    # non-bonded connectivity to machines.
    BONDING_TYPE_UNSPECIFIED = 0

    # Multi homed.
    BONDED = 1

    # Single homed.
    NON_BONDED = 2
  end
end