Class: Azure::Compute::Mgmt::V2020_10_01_preview::Models::RoleInstanceProperties
- Inherits:
-
Object
- Object
- Azure::Compute::Mgmt::V2020_10_01_preview::Models::RoleInstanceProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-10-01-preview/generated/azure_mgmt_compute/models/role_instance_properties.rb
Overview
Model object.
Instance Attribute Summary collapse
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for RoleInstanceProperties class as Ruby Hash.
Instance Attribute Details
#instance_view ⇒ RoleInstanceInstanceView
20 21 22 |
# File 'lib/2020-10-01-preview/generated/azure_mgmt_compute/models/role_instance_properties.rb', line 20 def instance_view @instance_view end |
#network_profile ⇒ RoleInstanceNetworkProfile
17 18 19 |
# File 'lib/2020-10-01-preview/generated/azure_mgmt_compute/models/role_instance_properties.rb', line 17 def network_profile @network_profile end |
Class Method Details
.mapper ⇒ Object
Mapper for RoleInstanceProperties class as Ruby Hash. This will be used for serialization/deserialization.
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 55 56 57 |
# File 'lib/2020-10-01-preview/generated/azure_mgmt_compute/models/role_instance_properties.rb', line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RoleInstanceProperties', type: { name: 'Composite', class_name: 'RoleInstanceProperties', model_properties: { network_profile: { client_side_validation: true, required: false, serialized_name: 'networkProfile', type: { name: 'Composite', class_name: 'RoleInstanceNetworkProfile' } }, instance_view: { client_side_validation: true, required: false, serialized_name: 'instanceView', type: { name: 'Composite', class_name: 'RoleInstanceInstanceView' } } } } } end |