Class: Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource
- Inherits:
-
ProxyResource
- Object
- ProxyResource
- Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb
Overview
The service resource.
Instance Attribute Summary collapse
- #correlation_scheme ⇒ Array<ServiceCorrelationDescription>
-
#default_move_cost ⇒ Enum
Possible values include: ‘Zero’, ‘Low’, ‘Medium’, ‘High’.
- #partition_description ⇒ PartitionSchemeDescription
-
#placement_constraints ⇒ String
constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements.
-
#provisioning_state ⇒ String
only appears in the response.
- #service_load_metrics ⇒ Array<ServiceLoadMetricDescription>
- #service_placement_policies ⇒ Array<ServicePlacementPolicyDescription>
-
#service_type_name ⇒ String
The name of the service type.
-
#serviceKind ⇒ String
Polymorphic Discriminator.
Attributes inherited from ProxyResource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ServiceResource class as Ruby Hash.
Instance Attribute Details
#correlation_scheme ⇒ Array<ServiceCorrelationDescription>
23 24 25 |
# File 'lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb', line 23 def correlation_scheme @correlation_scheme end |
#default_move_cost ⇒ Enum
Returns Possible values include: ‘Zero’, ‘Low’, ‘Medium’, ‘High’.
32 33 34 |
# File 'lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb', line 32 def default_move_cost @default_move_cost end |
#partition_description ⇒ PartitionSchemeDescription
42 43 44 |
# File 'lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb', line 42 def partition_description @partition_description end |
#placement_constraints ⇒ String
constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: “NodeColor == blue)”.
20 21 22 |
# File 'lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb', line 20 def placement_constraints @placement_constraints end |
#provisioning_state ⇒ String
only appears in the response
36 37 38 |
# File 'lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb', line 36 def provisioning_state @provisioning_state end |
#service_load_metrics ⇒ Array<ServiceLoadMetricDescription>
26 27 28 |
# File 'lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb', line 26 def service_load_metrics @service_load_metrics end |
#service_placement_policies ⇒ Array<ServicePlacementPolicyDescription>
29 30 31 |
# File 'lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb', line 29 def service_placement_policies @service_placement_policies end |
#service_type_name ⇒ String
Returns The name of the service type.
39 40 41 |
# File 'lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb', line 39 def service_type_name @service_type_name end |
#serviceKind ⇒ String
Returns Polymorphic Discriminator.
45 46 47 |
# File 'lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb', line 45 def serviceKind @serviceKind end |
Class Method Details
.mapper ⇒ Object
Mapper for ServiceResource class as Ruby Hash. This will be used for serialization/deserialization.
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 |
# File 'lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/service_resource.rb', line 52 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceResource', type: { name: 'Composite', class_name: 'ServiceResource', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: true, serialized_name: 'location', type: { name: 'String' } }, placement_constraints: { client_side_validation: true, required: false, serialized_name: 'properties.placementConstraints', type: { name: 'String' } }, correlation_scheme: { client_side_validation: true, required: false, serialized_name: 'properties.correlationScheme', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ServiceCorrelationDescriptionElementType', type: { name: 'Composite', class_name: 'ServiceCorrelationDescription' } } } }, service_load_metrics: { client_side_validation: true, required: false, serialized_name: 'properties.serviceLoadMetrics', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ServiceLoadMetricDescriptionElementType', type: { name: 'Composite', class_name: 'ServiceLoadMetricDescription' } } } }, service_placement_policies: { client_side_validation: true, required: false, serialized_name: 'properties.servicePlacementPolicies', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ServicePlacementPolicyDescriptionElementType', type: { name: 'Composite', polymorphic_discriminator: 'Type', uber_parent: 'ServicePlacementPolicyDescription', class_name: 'ServicePlacementPolicyDescription' } } } }, default_move_cost: { client_side_validation: true, required: false, serialized_name: 'properties.defaultMoveCost', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, service_type_name: { client_side_validation: true, required: false, serialized_name: 'properties.serviceTypeName', type: { name: 'String' } }, partition_description: { client_side_validation: true, required: false, serialized_name: 'properties.partitionDescription', type: { name: 'Composite', polymorphic_discriminator: 'PartitionScheme', uber_parent: 'PartitionSchemeDescription', class_name: 'PartitionSchemeDescription' } }, serviceKind: { client_side_validation: true, required: true, serialized_name: 'properties.serviceKind', type: { name: 'String' } } } } } end |