Class: Azure::TimeSeriesInsights::Mgmt::V2017_11_15::Models::EnvironmentStatus
- Inherits:
-
Object
- Object
- Azure::TimeSeriesInsights::Mgmt::V2017_11_15::Models::EnvironmentStatus
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-11-15/generated/azure_mgmt_time_series_insights/models/environment_status.rb
Overview
An object that represents the status of the environment, and its internal state in the Time Series Insights service.
Instance Attribute Summary collapse
-
#ingress ⇒ IngressEnvironmentStatus
of ingress on an environment.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for EnvironmentStatus class as Ruby Hash.
Instance Attribute Details
#ingress ⇒ IngressEnvironmentStatus
of ingress on an environment.
18 19 20 |
# File 'lib/2017-11-15/generated/azure_mgmt_time_series_insights/models/environment_status.rb', line 18 def ingress @ingress end |
Class Method Details
.mapper ⇒ Object
Mapper for EnvironmentStatus class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/2017-11-15/generated/azure_mgmt_time_series_insights/models/environment_status.rb', line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EnvironmentStatus', type: { name: 'Composite', class_name: 'EnvironmentStatus', model_properties: { ingress: { client_side_validation: true, required: false, serialized_name: 'ingress', type: { name: 'Composite', class_name: 'IngressEnvironmentStatus' } } } } } end |