class Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PrivateEndpoint
The Private Endpoint network resource that is linked to the Private Endpoint connection.
Attributes
id[RW]
@return [String] Gets or sets id.
Private Class Methods
mapper()
click to toggle source
Mapper for PrivateEndpoint
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-06-01/generated/azure_mgmt_recovery_services/models/private_endpoint.rb, line 24 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, read_only: true, serialized_name: 'id', type: { name: 'String' } } } } } end