Class: Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
- Inherits:
-
Object
- Object
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb
Overview
The HDInsight cluster application GET response.
Instance Attribute Summary collapse
-
#application_state ⇒ String
The application state.
-
#application_type ⇒ String
The application type.
-
#compute_profile ⇒ ComputeProfile
The list of roles in the cluster.
-
#created_date ⇒ String
The application create date time.
-
#errors ⇒ Array<Errors>
The list of errors.
-
#https_endpoints ⇒ Array<ApplicationGetHttpsEndpoint>
HTTPS endpoints.
-
#install_script_actions ⇒ Array<RuntimeScriptAction>
actions.
-
#marketplace_identifier ⇒ String
The marketplace identifier.
-
#provisioning_state ⇒ String
The provisioning state of the application.
-
#ssh_endpoints ⇒ Array<ApplicationGetEndpoint>
endpoints.
-
#uninstall_script_actions ⇒ Array<RuntimeScriptAction>
actions.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ApplicationProperties class as Ruby Hash.
Instance Attribute Details
#application_state ⇒ String
Returns The application state.
41 42 43 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 41 def application_state @application_state end |
#application_type ⇒ String
Returns The application type.
38 39 40 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 38 def application_type @application_type end |
#compute_profile ⇒ ComputeProfile
Returns The list of roles in the cluster.
16 17 18 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 16 def compute_profile @compute_profile end |
#created_date ⇒ String
Returns The application create date time.
47 48 49 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 47 def created_date @created_date end |
#errors ⇒ Array<Errors>
Returns The list of errors.
44 45 46 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 44 def errors @errors end |
#https_endpoints ⇒ Array<ApplicationGetHttpsEndpoint>
HTTPS endpoints.
28 29 30 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 28 def https_endpoints @https_endpoints end |
#install_script_actions ⇒ Array<RuntimeScriptAction>
actions.
20 21 22 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 20 def install_script_actions @install_script_actions end |
#marketplace_identifier ⇒ String
Returns The marketplace identifier.
50 51 52 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 50 def marketplace_identifier @marketplace_identifier end |
#provisioning_state ⇒ String
Returns The provisioning state of the application.
35 36 37 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 35 def provisioning_state @provisioning_state end |
#ssh_endpoints ⇒ Array<ApplicationGetEndpoint>
endpoints.
32 33 34 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 32 def ssh_endpoints @ssh_endpoints end |
#uninstall_script_actions ⇒ Array<RuntimeScriptAction>
actions.
24 25 26 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 24 def uninstall_script_actions @uninstall_script_actions end |
Class Method Details
.mapper ⇒ Object
Mapper for ApplicationProperties class as Ruby Hash. This will be used for serialization/deserialization.
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 205 206 207 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb', line 57 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationProperties', type: { name: 'Composite', class_name: 'ApplicationProperties', model_properties: { compute_profile: { client_side_validation: true, required: false, serialized_name: 'computeProfile', type: { name: 'Composite', class_name: 'ComputeProfile' } }, install_script_actions: { client_side_validation: true, required: false, serialized_name: 'installScriptActions', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'RuntimeScriptActionElementType', type: { name: 'Composite', class_name: 'RuntimeScriptAction' } } } }, uninstall_script_actions: { client_side_validation: true, required: false, serialized_name: 'uninstallScriptActions', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'RuntimeScriptActionElementType', type: { name: 'Composite', class_name: 'RuntimeScriptAction' } } } }, https_endpoints: { client_side_validation: true, required: false, serialized_name: 'httpsEndpoints', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGetHttpsEndpointElementType', type: { name: 'Composite', class_name: 'ApplicationGetHttpsEndpoint' } } } }, ssh_endpoints: { client_side_validation: true, required: false, serialized_name: 'sshEndpoints', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGetEndpointElementType', type: { name: 'Composite', class_name: 'ApplicationGetEndpoint' } } } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'provisioningState', type: { name: 'String' } }, application_type: { client_side_validation: true, required: false, serialized_name: 'applicationType', type: { name: 'String' } }, application_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'applicationState', type: { name: 'String' } }, errors: { client_side_validation: true, required: false, serialized_name: 'errors', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ErrorsElementType', type: { name: 'Composite', class_name: 'Errors' } } } }, created_date: { client_side_validation: true, required: false, read_only: true, serialized_name: 'createdDate', type: { name: 'String' } }, marketplace_identifier: { client_side_validation: true, required: false, read_only: true, serialized_name: 'marketplaceIdentifier', type: { name: 'String' } } } } } end |