Class: Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/external_subnet_fragment.rb

Overview

Subnet information as returned by the Microsoft.Network API.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#idString

Returns Gets or sets the identifier.

Returns:

  • (String)

    Gets or sets the identifier.



16
17
18
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/external_subnet_fragment.rb', line 16

def id
  @id
end

#nameString

Returns Gets or sets the name.

Returns:

  • (String)

    Gets or sets the name.



19
20
21
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/external_subnet_fragment.rb', line 19

def name
  @name
end

Class Method Details

.mapperObject

Mapper for ExternalSubnetFragment class as Ruby Hash. This will be used for serialization/deserialization.



26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/external_subnet_fragment.rb', line 26

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ExternalSubnetFragment',
    type: {
      name: 'Composite',
      class_name: 'ExternalSubnetFragment',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end