Class: Azure::Network::Mgmt::V2018_08_01::Models::EndpointService
- Inherits:
-
Object
- Object
- Azure::Network::Mgmt::V2018_08_01::Models::EndpointService
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-08-01/generated/azure_mgmt_network/models/endpoint_service.rb
Overview
Identifies the service being brought into the virtual network.
Instance Attribute Summary collapse
-
#id ⇒ String
the interface endpoint.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for EndpointService class as Ruby Hash.
Instance Attribute Details
#id ⇒ String
the interface endpoint.
17 18 19 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/endpoint_service.rb', line 17 def id @id end |
Class Method Details
.mapper ⇒ Object
Mapper for EndpointService class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/endpoint_service.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EndpointService', type: { name: 'Composite', class_name: 'EndpointService', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } } } } } end |