Class: Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::Cluster

Inherits:
TrackedResource show all
Includes:
MsRestAzure
Defined in:
lib/2020-03-01-preview/generated/azure_mgmt_azurestack_hci/models/cluster.rb

Overview

Cluster details.

Instance Attribute Summary collapse

Attributes inherited from TrackedResource

#location, #tags

Attributes inherited from Resource

#id, #name, #type

Class Method Summary collapse

Methods inherited from Resource

#resource_group

Instance Attribute Details

#aad_client_idString

Returns App id of cluster AAD identity.

Returns:

  • (String)

    App id of cluster AAD identity.



28
29
30
# File 'lib/2020-03-01-preview/generated/azure_mgmt_azurestack_hci/models/cluster.rb', line 28

def aad_client_id
  @aad_client_id
end

#aad_tenant_idString

Returns Tenant id of cluster AAD identity.

Returns:

  • (String)

    Tenant id of cluster AAD identity.



31
32
33
# File 'lib/2020-03-01-preview/generated/azure_mgmt_azurestack_hci/models/cluster.rb', line 31

def aad_tenant_id
  @aad_tenant_id
end

#billing_modelString

Returns Type of billing applied to the resource.

Returns:

  • (String)

    Type of billing applied to the resource.



41
42
43
# File 'lib/2020-03-01-preview/generated/azure_mgmt_azurestack_hci/models/cluster.rb', line 41

def billing_model
  @billing_model
end

#cloud_idString

Returns Unique, immutable resource id.

Returns:

  • (String)

    Unique, immutable resource id.



25
26
27
# File 'lib/2020-03-01-preview/generated/azure_mgmt_azurestack_hci/models/cluster.rb', line 25

def cloud_id
  @cloud_id
end

#provisioning_stateProvisioningState

include: ‘Succeeded’, ‘Failed’, ‘Canceled’, ‘Accepted’, ‘Provisioning’

Returns:



17
18
19
# File 'lib/2020-03-01-preview/generated/azure_mgmt_azurestack_hci/models/cluster.rb', line 17

def provisioning_state
  @provisioning_state
end

#reported_propertiesClusterReportedProperties

agent.

Returns:



35
36
37
# File 'lib/2020-03-01-preview/generated/azure_mgmt_azurestack_hci/models/cluster.rb', line 35

def reported_properties
  @reported_properties
end

#statusStatus

‘NeverConnected’, ‘ConnectedRecently’, ‘NotConnectedRecently’, ‘Expired’, ‘Error’

Returns:

  • (Status)

    Status of the cluster agent. Possible values include:



22
23
24
# File 'lib/2020-03-01-preview/generated/azure_mgmt_azurestack_hci/models/cluster.rb', line 22

def status
  @status
end

#trial_days_remainingFloat

Returns Number of days remaining in the trial period.

Returns:

  • (Float)

    Number of days remaining in the trial period.



38
39
40
# File 'lib/2020-03-01-preview/generated/azure_mgmt_azurestack_hci/models/cluster.rb', line 38

def trial_days_remaining
  @trial_days_remaining
end

Class Method Details

.mapperObject

Mapper for Cluster class as Ruby Hash. This will be used for serialization/deserialization.



48
49
50
51
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
# File 'lib/2020-03-01-preview/generated/azure_mgmt_azurestack_hci/models/cluster.rb', line 48

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'Cluster',
    type: {
      name: 'Composite',
      class_name: 'Cluster',
      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'
          }
        },
        tags: {
          client_side_validation: true,
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        location: {
          client_side_validation: true,
          required: true,
          serialized_name: 'location',
          type: {
            name: 'String'
          }
        },
        provisioning_state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        status: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.status',
          type: {
            name: 'String'
          }
        },
        cloud_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.cloudId',
          type: {
            name: 'String'
          }
        },
        aad_client_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'properties.aadClientId',
          type: {
            name: 'String'
          }
        },
        aad_tenant_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'properties.aadTenantId',
          type: {
            name: 'String'
          }
        },
        reported_properties: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.reportedProperties',
          type: {
            name: 'Composite',
            class_name: 'ClusterReportedProperties'
          }
        },
        trial_days_remaining: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.trialDaysRemaining',
          type: {
            name: 'Double'
          }
        },
        billing_model: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.billingModel',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end