Class: Azure::ContainerService::Mgmt::V2020_12_01::Models::PrivateEndpoint

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2020-12-01/generated/azure_mgmt_container_service/models/private_endpoint.rb

Overview

Private endpoint which a connection belongs to.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#idString

Returns The resource Id for private endpoint.

Returns:

  • (String)

    The resource Id for private endpoint



16
17
18
# File 'lib/2020-12-01/generated/azure_mgmt_container_service/models/private_endpoint.rb', line 16

def id
  @id
end

Class Method Details

.mapperObject

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



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# File 'lib/2020-12-01/generated/azure_mgmt_container_service/models/private_endpoint.rb', line 23

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