azure_mgmt_hdinsight 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight.rb +25 -20
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/clusters.rb +140 -0
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/hdinsight_management_client.rb +1 -1
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_configuration_update_parameter.rb +47 -0
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb +25 -0
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb +25 -0
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/disk_encryption_properties.rb +13 -0
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/encryption_in_transit_properties.rb +48 -0
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/network_settings.rb +61 -0
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/outbound_only_public_network_access_type.rb +16 -0
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/public_network_access.rb +16 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight.rb +26 -21
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/clusters.rb +140 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/hdinsight_management_client.rb +1 -1
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_configuration_update_parameter.rb +47 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb +25 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb +25 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/encryption_in_transit_properties.rb +48 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/network_settings.rb +61 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/outbound_only_public_network_access_type.rb +16 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/public_network_access.rb +16 -0
- data/lib/profiles/latest/modules/hdinsight_profile_module.rb +85 -65
- data/lib/version.rb +1 -1
- metadata +12 -2
data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb
CHANGED
@@ -42,9 +42,16 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
42
42
|
# @return [DiskEncryptionProperties] The disk encryption properties.
|
43
43
|
attr_accessor :disk_encryption_properties
|
44
44
|
|
45
|
+
# @return [EncryptionInTransitProperties] The encryption-in-transit
|
46
|
+
# properties.
|
47
|
+
attr_accessor :encryption_in_transit_properties
|
48
|
+
|
45
49
|
# @return [String] The minimal supported tls version.
|
46
50
|
attr_accessor :min_supported_tls_version
|
47
51
|
|
52
|
+
# @return [NetworkSettings] The network settings.
|
53
|
+
attr_accessor :network_settings
|
54
|
+
|
48
55
|
|
49
56
|
#
|
50
57
|
# Mapper for ClusterCreateProperties class as Ruby Hash.
|
@@ -139,6 +146,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
139
146
|
class_name: 'DiskEncryptionProperties'
|
140
147
|
}
|
141
148
|
},
|
149
|
+
encryption_in_transit_properties: {
|
150
|
+
client_side_validation: true,
|
151
|
+
required: false,
|
152
|
+
serialized_name: 'encryptionInTransitProperties',
|
153
|
+
type: {
|
154
|
+
name: 'Composite',
|
155
|
+
class_name: 'EncryptionInTransitProperties'
|
156
|
+
}
|
157
|
+
},
|
142
158
|
min_supported_tls_version: {
|
143
159
|
client_side_validation: true,
|
144
160
|
required: false,
|
@@ -146,6 +162,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
146
162
|
type: {
|
147
163
|
name: 'String'
|
148
164
|
}
|
165
|
+
},
|
166
|
+
network_settings: {
|
167
|
+
client_side_validation: true,
|
168
|
+
required: false,
|
169
|
+
serialized_name: 'networkSettings',
|
170
|
+
type: {
|
171
|
+
name: 'Composite',
|
172
|
+
class_name: 'NetworkSettings'
|
173
|
+
}
|
149
174
|
}
|
150
175
|
}
|
151
176
|
}
|
@@ -60,9 +60,16 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
60
60
|
# @return [DiskEncryptionProperties] The disk encryption properties.
|
61
61
|
attr_accessor :disk_encryption_properties
|
62
62
|
|
63
|
+
# @return [EncryptionInTransitProperties] The encryption-in-transit
|
64
|
+
# properties.
|
65
|
+
attr_accessor :encryption_in_transit_properties
|
66
|
+
|
63
67
|
# @return [String] The minimal supported tls version.
|
64
68
|
attr_accessor :min_supported_tls_version
|
65
69
|
|
70
|
+
# @return [NetworkSettings] The network settings.
|
71
|
+
attr_accessor :network_settings
|
72
|
+
|
66
73
|
|
67
74
|
#
|
68
75
|
# Mapper for ClusterGetProperties class as Ruby Hash.
|
@@ -216,6 +223,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
216
223
|
class_name: 'DiskEncryptionProperties'
|
217
224
|
}
|
218
225
|
},
|
226
|
+
encryption_in_transit_properties: {
|
227
|
+
client_side_validation: true,
|
228
|
+
required: false,
|
229
|
+
serialized_name: 'encryptionInTransitProperties',
|
230
|
+
type: {
|
231
|
+
name: 'Composite',
|
232
|
+
class_name: 'EncryptionInTransitProperties'
|
233
|
+
}
|
234
|
+
},
|
219
235
|
min_supported_tls_version: {
|
220
236
|
client_side_validation: true,
|
221
237
|
required: false,
|
@@ -223,6 +239,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
223
239
|
type: {
|
224
240
|
name: 'String'
|
225
241
|
}
|
242
|
+
},
|
243
|
+
network_settings: {
|
244
|
+
client_side_validation: true,
|
245
|
+
required: false,
|
246
|
+
serialized_name: 'networkSettings',
|
247
|
+
type: {
|
248
|
+
name: 'Composite',
|
249
|
+
class_name: 'NetworkSettings'
|
250
|
+
}
|
226
251
|
}
|
227
252
|
}
|
228
253
|
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# The encryption-in-transit properties.
|
10
|
+
#
|
11
|
+
class EncryptionInTransitProperties
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Boolean] Indicates whether or not inter cluster node
|
16
|
+
# communication is encrypted in transit. Default value: false .
|
17
|
+
attr_accessor :is_encryption_in_transit_enabled
|
18
|
+
|
19
|
+
|
20
|
+
#
|
21
|
+
# Mapper for EncryptionInTransitProperties class as Ruby Hash.
|
22
|
+
# This will be used for serialization/deserialization.
|
23
|
+
#
|
24
|
+
def self.mapper()
|
25
|
+
{
|
26
|
+
client_side_validation: true,
|
27
|
+
required: false,
|
28
|
+
serialized_name: 'EncryptionInTransitProperties',
|
29
|
+
type: {
|
30
|
+
name: 'Composite',
|
31
|
+
class_name: 'EncryptionInTransitProperties',
|
32
|
+
model_properties: {
|
33
|
+
is_encryption_in_transit_enabled: {
|
34
|
+
client_side_validation: true,
|
35
|
+
required: false,
|
36
|
+
serialized_name: 'isEncryptionInTransitEnabled',
|
37
|
+
default_value: false,
|
38
|
+
type: {
|
39
|
+
name: 'Boolean'
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
@@ -0,0 +1,61 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# The network settings.
|
10
|
+
#
|
11
|
+
class NetworkSettings
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [PublicNetworkAccess] Specifies whether public network access
|
16
|
+
# is enabled for inbound and outbound, or outbound only. Possible values
|
17
|
+
# include: 'InboundAndOutbound', 'OutboundOnly'
|
18
|
+
attr_accessor :public_network_access
|
19
|
+
|
20
|
+
# @return [OutboundOnlyPublicNetworkAccessType] The mechanism through
|
21
|
+
# which the cluster will have outbound access to the public network.
|
22
|
+
# Possible values include: 'PublicLoadBalancer', 'UDR'
|
23
|
+
attr_accessor :outbound_only_public_network_access_type
|
24
|
+
|
25
|
+
|
26
|
+
#
|
27
|
+
# Mapper for NetworkSettings class as Ruby Hash.
|
28
|
+
# This will be used for serialization/deserialization.
|
29
|
+
#
|
30
|
+
def self.mapper()
|
31
|
+
{
|
32
|
+
client_side_validation: true,
|
33
|
+
required: false,
|
34
|
+
serialized_name: 'NetworkSettings',
|
35
|
+
type: {
|
36
|
+
name: 'Composite',
|
37
|
+
class_name: 'NetworkSettings',
|
38
|
+
model_properties: {
|
39
|
+
public_network_access: {
|
40
|
+
client_side_validation: true,
|
41
|
+
required: false,
|
42
|
+
serialized_name: 'publicNetworkAccess',
|
43
|
+
type: {
|
44
|
+
name: 'String'
|
45
|
+
}
|
46
|
+
},
|
47
|
+
outbound_only_public_network_access_type: {
|
48
|
+
client_side_validation: true,
|
49
|
+
required: false,
|
50
|
+
serialized_name: 'outboundOnlyPublicNetworkAccessType',
|
51
|
+
type: {
|
52
|
+
name: 'String'
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
}
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for OutboundOnlyPublicNetworkAccessType
|
10
|
+
#
|
11
|
+
module OutboundOnlyPublicNetworkAccessType
|
12
|
+
PublicLoadBalancer = "PublicLoadBalancer"
|
13
|
+
UDR = "UDR"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for PublicNetworkAccess
|
10
|
+
#
|
11
|
+
module PublicNetworkAccess
|
12
|
+
InboundAndOutbound = "InboundAndOutbound"
|
13
|
+
OutboundOnly = "OutboundOnly"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -17,28 +17,31 @@ module Azure::Hdinsight::Profiles::Latest
|
|
17
17
|
VirtualMachines = Azure::Hdinsight::Mgmt::V2018_06_01_preview::VirtualMachines
|
18
18
|
|
19
19
|
module Models
|
20
|
+
ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
21
|
+
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
22
|
+
ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
20
23
|
ClusterDiskEncryptionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
21
|
-
|
24
|
+
SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
22
25
|
UpdateGatewaySettingsParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
23
|
-
|
26
|
+
AutoscaleSchedule = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
|
24
27
|
GatewaySettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
25
|
-
|
28
|
+
AutoscaleRecurrence = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
26
29
|
OperationResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
27
|
-
|
30
|
+
AutoscaleConfigurationUpdateParameter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleConfigurationUpdateParameter
|
28
31
|
Resource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
29
|
-
Autoscale = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
30
|
-
AutoscaleRecurrence = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
31
32
|
VirtualNetworkProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
32
33
|
HardwareProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
33
34
|
SshPublicKey = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
34
|
-
|
35
|
+
DataDisksGroups = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
35
36
|
LinuxOperatingSystemProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
36
|
-
|
37
|
+
HostInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfo
|
37
38
|
ScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
38
|
-
|
39
|
+
OperationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
39
40
|
ComputeProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
40
|
-
|
41
|
+
ErrorResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
41
42
|
StorageProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
43
|
+
ApplicationGetHttpsEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
44
|
+
DiskEncryptionProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
42
45
|
ApplicationGetEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
43
46
|
ClusterCreateProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
44
47
|
ApplicationProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
@@ -57,15 +60,15 @@ module Azure::Hdinsight::Profiles::Latest
|
|
57
60
|
OperationDisplay = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
58
61
|
ClusterListRuntimeScriptActionDetailResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
59
62
|
VmSizeCompatibilityFilter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
60
|
-
|
63
|
+
KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
61
64
|
RegionalQuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
62
|
-
|
65
|
+
AutoscaleCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
|
63
66
|
QuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
64
|
-
|
67
|
+
SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
65
68
|
CapabilitiesResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
|
66
|
-
|
69
|
+
Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
67
70
|
LocalizedName = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
68
|
-
|
71
|
+
NetworkSettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::NetworkSettings
|
69
72
|
Usage = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
70
73
|
ClusterIdentityUserAssignedIdentitiesValue = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
71
74
|
UsagesListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
@@ -74,23 +77,23 @@ module Azure::Hdinsight::Profiles::Latest
|
|
74
77
|
BillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
|
75
78
|
ScriptActionExecutionSummary = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
76
79
|
DiskBillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
|
77
|
-
|
80
|
+
AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
78
81
|
BillingResources = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
|
79
|
-
|
82
|
+
OsProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
80
83
|
BillingResponseListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
|
81
|
-
|
84
|
+
EncryptionInTransitProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::EncryptionInTransitProperties
|
82
85
|
ClusterConfigurations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
83
86
|
ConnectivityEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
84
87
|
Extension = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
85
|
-
|
88
|
+
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
86
89
|
ClusterMonitoringResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
87
|
-
|
90
|
+
StorageAccount = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
88
91
|
ClusterMonitoringRequest = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
89
92
|
ExecuteScriptActionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
90
93
|
ScriptActionExecutionHistoryList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
91
94
|
ClusterCreateParametersExtended = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
|
92
95
|
ScriptActionPersistedGetResponseSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
93
|
-
|
96
|
+
Autoscale = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
94
97
|
ScriptActionsList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
95
98
|
RuntimeScriptActionDetail = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
96
99
|
TrackedResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
|
@@ -99,6 +102,8 @@ module Azure::Hdinsight::Profiles::Latest
|
|
99
102
|
Application = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Application
|
100
103
|
DirectoryType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DirectoryType
|
101
104
|
DaysOfWeek = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DaysOfWeek
|
105
|
+
PublicNetworkAccess = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::PublicNetworkAccess
|
106
|
+
OutboundOnlyPublicNetworkAccessType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OutboundOnlyPublicNetworkAccessType
|
102
107
|
OSType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OSType
|
103
108
|
Tier = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Tier
|
104
109
|
JsonWebKeyEncryptionAlgorithm = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::JsonWebKeyEncryptionAlgorithm
|
@@ -161,39 +166,42 @@ module Azure::Hdinsight::Profiles::Latest
|
|
161
166
|
end
|
162
167
|
|
163
168
|
class ModelClasses
|
169
|
+
def cluster_list_result
|
170
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
171
|
+
end
|
172
|
+
def cluster_resize_parameters
|
173
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
174
|
+
end
|
175
|
+
def client_group_info
|
176
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
177
|
+
end
|
164
178
|
def cluster_disk_encryption_parameters
|
165
179
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
166
180
|
end
|
167
|
-
def
|
168
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
181
|
+
def security_profile
|
182
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
169
183
|
end
|
170
184
|
def update_gateway_settings_parameters
|
171
185
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
172
186
|
end
|
173
|
-
def
|
174
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
187
|
+
def autoscale_schedule
|
188
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
|
175
189
|
end
|
176
190
|
def gateway_settings
|
177
191
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
178
192
|
end
|
179
|
-
def
|
180
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
193
|
+
def autoscale_recurrence
|
194
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
181
195
|
end
|
182
196
|
def operation_resource
|
183
197
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
184
198
|
end
|
185
|
-
def
|
186
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
199
|
+
def autoscale_configuration_update_parameter
|
200
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleConfigurationUpdateParameter
|
187
201
|
end
|
188
202
|
def resource
|
189
203
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
190
204
|
end
|
191
|
-
def autoscale
|
192
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
193
|
-
end
|
194
|
-
def autoscale_recurrence
|
195
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
196
|
-
end
|
197
205
|
def virtual_network_profile
|
198
206
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
199
207
|
end
|
@@ -203,30 +211,36 @@ module Azure::Hdinsight::Profiles::Latest
|
|
203
211
|
def ssh_public_key
|
204
212
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
205
213
|
end
|
206
|
-
def
|
207
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
214
|
+
def data_disks_groups
|
215
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
208
216
|
end
|
209
217
|
def linux_operating_system_profile
|
210
218
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
211
219
|
end
|
212
|
-
def
|
213
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
220
|
+
def host_info
|
221
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfo
|
214
222
|
end
|
215
223
|
def script_action
|
216
224
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
217
225
|
end
|
218
|
-
def
|
219
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
226
|
+
def operation_list_result
|
227
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
220
228
|
end
|
221
229
|
def compute_profile
|
222
230
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
223
231
|
end
|
224
|
-
def
|
225
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
232
|
+
def error_response
|
233
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
226
234
|
end
|
227
235
|
def storage_profile
|
228
236
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
229
237
|
end
|
238
|
+
def application_get_https_endpoint
|
239
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
240
|
+
end
|
241
|
+
def disk_encryption_properties
|
242
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
243
|
+
end
|
230
244
|
def application_get_endpoint
|
231
245
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
232
246
|
end
|
@@ -281,32 +295,32 @@ module Azure::Hdinsight::Profiles::Latest
|
|
281
295
|
def vm_size_compatibility_filter
|
282
296
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
283
297
|
end
|
284
|
-
def
|
285
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
298
|
+
def kafka_rest_properties
|
299
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
286
300
|
end
|
287
301
|
def regional_quota_capability
|
288
302
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
289
303
|
end
|
290
|
-
def
|
291
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
304
|
+
def autoscale_capacity
|
305
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
|
292
306
|
end
|
293
307
|
def quota_capability
|
294
308
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
295
309
|
end
|
296
|
-
def
|
297
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
310
|
+
def ssh_profile
|
311
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
298
312
|
end
|
299
313
|
def capabilities_result
|
300
314
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
|
301
315
|
end
|
302
|
-
def
|
303
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
316
|
+
def role
|
317
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
304
318
|
end
|
305
319
|
def localized_name
|
306
320
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
307
321
|
end
|
308
|
-
def
|
309
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
322
|
+
def network_settings
|
323
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::NetworkSettings
|
310
324
|
end
|
311
325
|
def usage
|
312
326
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
@@ -332,20 +346,20 @@ module Azure::Hdinsight::Profiles::Latest
|
|
332
346
|
def disk_billing_meters
|
333
347
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
|
334
348
|
end
|
335
|
-
def
|
336
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
349
|
+
def autoscale_time_and_capacity
|
350
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
337
351
|
end
|
338
352
|
def billing_resources
|
339
353
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
|
340
354
|
end
|
341
|
-
def
|
342
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
355
|
+
def os_profile
|
356
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
343
357
|
end
|
344
358
|
def billing_response_list_result
|
345
359
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
|
346
360
|
end
|
347
|
-
def
|
348
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
361
|
+
def encryption_in_transit_properties
|
362
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::EncryptionInTransitProperties
|
349
363
|
end
|
350
364
|
def cluster_configurations
|
351
365
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
@@ -356,14 +370,14 @@ module Azure::Hdinsight::Profiles::Latest
|
|
356
370
|
def extension
|
357
371
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
358
372
|
end
|
359
|
-
def
|
360
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
373
|
+
def cluster_definition
|
374
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
361
375
|
end
|
362
376
|
def cluster_monitoring_response
|
363
377
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
364
378
|
end
|
365
|
-
def
|
366
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
379
|
+
def storage_account
|
380
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
367
381
|
end
|
368
382
|
def cluster_monitoring_request
|
369
383
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
@@ -380,8 +394,8 @@ module Azure::Hdinsight::Profiles::Latest
|
|
380
394
|
def script_action_persisted_get_response_spec
|
381
395
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
382
396
|
end
|
383
|
-
def
|
384
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
397
|
+
def autoscale
|
398
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
385
399
|
end
|
386
400
|
def script_actions_list
|
387
401
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
@@ -407,6 +421,12 @@ module Azure::Hdinsight::Profiles::Latest
|
|
407
421
|
def days_of_week
|
408
422
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DaysOfWeek
|
409
423
|
end
|
424
|
+
def public_network_access
|
425
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::PublicNetworkAccess
|
426
|
+
end
|
427
|
+
def outbound_only_public_network_access_type
|
428
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OutboundOnlyPublicNetworkAccessType
|
429
|
+
end
|
410
430
|
def ostype
|
411
431
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OSType
|
412
432
|
end
|