class Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateEndpointProperty

Private endpoint which the connection belongs to.

Attributes

id[RW]

@return [String] Resource id of the private endpoint.

Public Class Methods

mapper() click to toggle source

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

# File lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/private_endpoint_property.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'PrivateEndpointProperty',
    type: {
      name: 'Composite',
      class_name: 'PrivateEndpointProperty',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end