azure_mgmt_healthcare_apis 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis.rb +69 -0
  4. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/healthcare_apis_management_client.rb +147 -0
  5. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/azure_entity_resource.rb +77 -0
  6. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/check_name_availability_parameters.rb +58 -0
  7. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/error_details.rb +47 -0
  8. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/error_details_internal.rb +71 -0
  9. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/kind.rb +17 -0
  10. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/managed_service_identity_type.rb +16 -0
  11. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation.rb +73 -0
  12. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_display.rb +83 -0
  13. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_list_result.rb +102 -0
  14. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_result_status.rb +19 -0
  15. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/operation_results_description.rb +97 -0
  16. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint.rb +47 -0
  17. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_connection.rb +101 -0
  18. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_connection_list_result.rb +57 -0
  19. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_connection_provisioning_state.rb +18 -0
  20. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_endpoint_service_connection_status.rb +17 -0
  21. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_link_resource.rb +115 -0
  22. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_link_resource_list_result.rb +55 -0
  23. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/private_link_service_connection_state.rb +72 -0
  24. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/provisioning_state.rb +23 -0
  25. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/proxy_resource.rb +65 -0
  26. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/public_network_access.rb +16 -0
  27. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/resource.rb +86 -0
  28. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_access_policy_entry.rb +50 -0
  29. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_authentication_configuration_info.rb +68 -0
  30. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_cors_configuration_info.rb +118 -0
  31. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_cosmos_db_configuration_info.rb +62 -0
  32. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_export_configuration_info.rb +46 -0
  33. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_name_unavailability_reason.rb +16 -0
  34. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_description.rb +127 -0
  35. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_description_list_result.rb +100 -0
  36. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_name_availability_info.rb +73 -0
  37. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_patch_description.rb +67 -0
  38. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_properties.rb +156 -0
  39. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_resource.rb +142 -0
  40. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/services_resource_identity.rb +73 -0
  41. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/tracked_resource.rb +95 -0
  42. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/module_definition.rb +9 -0
  43. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/operation_results.rb +129 -0
  44. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/operations.rb +219 -0
  45. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/private_endpoint_connections.rb +557 -0
  46. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/private_link_resources.rb +233 -0
  47. data/lib/2020-03-30/generated/azure_mgmt_healthcare_apis/services.rb +1103 -0
  48. data/lib/azure_mgmt_healthcare_apis.rb +6 -0
  49. data/lib/module_definition.rb +7 -0
  50. data/lib/profiles/latest/healthcareapis_latest_profile_client.rb +40 -0
  51. data/lib/profiles/latest/healthcareapis_module_definition.rb +8 -0
  52. data/lib/profiles/latest/modules/healthcareapis_profile_module.rb +217 -0
  53. data/lib/version.rb +7 -0
  54. metadata +169 -0
@@ -0,0 +1,101 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # The Private Endpoint Connection resource.
10
+ #
11
+ class PrivateEndpointConnection < Resource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [PrivateEndpoint] The resource of private end point.
16
+ attr_accessor :private_endpoint
17
+
18
+ # @return [PrivateLinkServiceConnectionState] A collection of information
19
+ # about the state of the connection between service consumer and
20
+ # provider.
21
+ attr_accessor :private_link_service_connection_state
22
+
23
+ # @return [PrivateEndpointConnectionProvisioningState] The provisioning
24
+ # state of the private endpoint connection resource. Possible values
25
+ # include: 'Succeeded', 'Creating', 'Deleting', 'Failed'
26
+ attr_accessor :provisioning_state
27
+
28
+
29
+ #
30
+ # Mapper for PrivateEndpointConnection class as Ruby Hash.
31
+ # This will be used for serialization/deserialization.
32
+ #
33
+ def self.mapper()
34
+ {
35
+ client_side_validation: true,
36
+ required: false,
37
+ serialized_name: 'PrivateEndpointConnection',
38
+ type: {
39
+ name: 'Composite',
40
+ class_name: 'PrivateEndpointConnection',
41
+ model_properties: {
42
+ id: {
43
+ client_side_validation: true,
44
+ required: false,
45
+ read_only: true,
46
+ serialized_name: 'id',
47
+ type: {
48
+ name: 'String'
49
+ }
50
+ },
51
+ name: {
52
+ client_side_validation: true,
53
+ required: false,
54
+ read_only: true,
55
+ serialized_name: 'name',
56
+ type: {
57
+ name: 'String'
58
+ }
59
+ },
60
+ type: {
61
+ client_side_validation: true,
62
+ required: false,
63
+ read_only: true,
64
+ serialized_name: 'type',
65
+ type: {
66
+ name: 'String'
67
+ }
68
+ },
69
+ private_endpoint: {
70
+ client_side_validation: true,
71
+ required: false,
72
+ serialized_name: 'properties.privateEndpoint',
73
+ type: {
74
+ name: 'Composite',
75
+ class_name: 'PrivateEndpoint'
76
+ }
77
+ },
78
+ private_link_service_connection_state: {
79
+ client_side_validation: true,
80
+ required: true,
81
+ serialized_name: 'properties.privateLinkServiceConnectionState',
82
+ type: {
83
+ name: 'Composite',
84
+ class_name: 'PrivateLinkServiceConnectionState'
85
+ }
86
+ },
87
+ provisioning_state: {
88
+ client_side_validation: true,
89
+ required: false,
90
+ serialized_name: 'properties.provisioningState',
91
+ type: {
92
+ name: 'String'
93
+ }
94
+ }
95
+ }
96
+ }
97
+ }
98
+ end
99
+ end
100
+ end
101
+ end
@@ -0,0 +1,57 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # List of private endpoint connection associated with the specified storage
10
+ # account
11
+ #
12
+ class PrivateEndpointConnectionListResult
13
+
14
+ include MsRestAzure
15
+
16
+ # @return [Array<PrivateEndpointConnection>] Array of private endpoint
17
+ # connections
18
+ attr_accessor :value
19
+
20
+
21
+ #
22
+ # Mapper for PrivateEndpointConnectionListResult class as Ruby Hash.
23
+ # This will be used for serialization/deserialization.
24
+ #
25
+ def self.mapper()
26
+ {
27
+ client_side_validation: true,
28
+ required: false,
29
+ serialized_name: 'PrivateEndpointConnectionListResult',
30
+ type: {
31
+ name: 'Composite',
32
+ class_name: 'PrivateEndpointConnectionListResult',
33
+ model_properties: {
34
+ value: {
35
+ client_side_validation: true,
36
+ required: false,
37
+ serialized_name: 'value',
38
+ type: {
39
+ name: 'Sequence',
40
+ element: {
41
+ client_side_validation: true,
42
+ required: false,
43
+ serialized_name: 'PrivateEndpointConnectionElementType',
44
+ type: {
45
+ name: 'Composite',
46
+ class_name: 'PrivateEndpointConnection'
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
53
+ }
54
+ end
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,18 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # Defines values for PrivateEndpointConnectionProvisioningState
10
+ #
11
+ module PrivateEndpointConnectionProvisioningState
12
+ Succeeded = "Succeeded"
13
+ Creating = "Creating"
14
+ Deleting = "Deleting"
15
+ Failed = "Failed"
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,17 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # Defines values for PrivateEndpointServiceConnectionStatus
10
+ #
11
+ module PrivateEndpointServiceConnectionStatus
12
+ Pending = "Pending"
13
+ Approved = "Approved"
14
+ Rejected = "Rejected"
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,115 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # A private link resource
10
+ #
11
+ class PrivateLinkResource < Resource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] The private link resource group id.
16
+ attr_accessor :group_id
17
+
18
+ # @return [Array<String>] The private link resource required member
19
+ # names.
20
+ attr_accessor :required_members
21
+
22
+ # @return [Array<String>] The private link resource Private link DNS zone
23
+ # name.
24
+ attr_accessor :required_zone_names
25
+
26
+
27
+ #
28
+ # Mapper for PrivateLinkResource class as Ruby Hash.
29
+ # This will be used for serialization/deserialization.
30
+ #
31
+ def self.mapper()
32
+ {
33
+ client_side_validation: true,
34
+ required: false,
35
+ serialized_name: 'PrivateLinkResource',
36
+ type: {
37
+ name: 'Composite',
38
+ class_name: 'PrivateLinkResource',
39
+ model_properties: {
40
+ id: {
41
+ client_side_validation: true,
42
+ required: false,
43
+ read_only: true,
44
+ serialized_name: 'id',
45
+ type: {
46
+ name: 'String'
47
+ }
48
+ },
49
+ name: {
50
+ client_side_validation: true,
51
+ required: false,
52
+ read_only: true,
53
+ serialized_name: 'name',
54
+ type: {
55
+ name: 'String'
56
+ }
57
+ },
58
+ type: {
59
+ client_side_validation: true,
60
+ required: false,
61
+ read_only: true,
62
+ serialized_name: 'type',
63
+ type: {
64
+ name: 'String'
65
+ }
66
+ },
67
+ group_id: {
68
+ client_side_validation: true,
69
+ required: false,
70
+ read_only: true,
71
+ serialized_name: 'properties.groupId',
72
+ type: {
73
+ name: 'String'
74
+ }
75
+ },
76
+ required_members: {
77
+ client_side_validation: true,
78
+ required: false,
79
+ read_only: true,
80
+ serialized_name: 'properties.requiredMembers',
81
+ type: {
82
+ name: 'Sequence',
83
+ element: {
84
+ client_side_validation: true,
85
+ required: false,
86
+ serialized_name: 'StringElementType',
87
+ type: {
88
+ name: 'String'
89
+ }
90
+ }
91
+ }
92
+ },
93
+ required_zone_names: {
94
+ client_side_validation: true,
95
+ required: false,
96
+ serialized_name: 'properties.requiredZoneNames',
97
+ type: {
98
+ name: 'Sequence',
99
+ element: {
100
+ client_side_validation: true,
101
+ required: false,
102
+ serialized_name: 'StringElementType',
103
+ type: {
104
+ name: 'String'
105
+ }
106
+ }
107
+ }
108
+ }
109
+ }
110
+ }
111
+ }
112
+ end
113
+ end
114
+ end
115
+ end
@@ -0,0 +1,55 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # A list of private link resources
10
+ #
11
+ class PrivateLinkResourceListResult
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Array<PrivateLinkResource>] Array of private link resources
16
+ attr_accessor :value
17
+
18
+
19
+ #
20
+ # Mapper for PrivateLinkResourceListResult class as Ruby Hash.
21
+ # This will be used for serialization/deserialization.
22
+ #
23
+ def self.mapper()
24
+ {
25
+ client_side_validation: true,
26
+ required: false,
27
+ serialized_name: 'PrivateLinkResourceListResult',
28
+ type: {
29
+ name: 'Composite',
30
+ class_name: 'PrivateLinkResourceListResult',
31
+ model_properties: {
32
+ value: {
33
+ client_side_validation: true,
34
+ required: false,
35
+ serialized_name: 'value',
36
+ type: {
37
+ name: 'Sequence',
38
+ element: {
39
+ client_side_validation: true,
40
+ required: false,
41
+ serialized_name: 'PrivateLinkResourceElementType',
42
+ type: {
43
+ name: 'Composite',
44
+ class_name: 'PrivateLinkResource'
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,72 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # A collection of information about the state of the connection between
10
+ # service consumer and provider.
11
+ #
12
+ class PrivateLinkServiceConnectionState
13
+
14
+ include MsRestAzure
15
+
16
+ # @return [PrivateEndpointServiceConnectionStatus] Indicates whether the
17
+ # connection has been Approved/Rejected/Removed by the owner of the
18
+ # service. Possible values include: 'Pending', 'Approved', 'Rejected'
19
+ attr_accessor :status
20
+
21
+ # @return [String] The reason for approval/rejection of the connection.
22
+ attr_accessor :description
23
+
24
+ # @return [String] A message indicating if changes on the service
25
+ # provider require any updates on the consumer.
26
+ attr_accessor :actions_required
27
+
28
+
29
+ #
30
+ # Mapper for PrivateLinkServiceConnectionState class as Ruby Hash.
31
+ # This will be used for serialization/deserialization.
32
+ #
33
+ def self.mapper()
34
+ {
35
+ client_side_validation: true,
36
+ required: false,
37
+ serialized_name: 'PrivateLinkServiceConnectionState',
38
+ type: {
39
+ name: 'Composite',
40
+ class_name: 'PrivateLinkServiceConnectionState',
41
+ model_properties: {
42
+ status: {
43
+ client_side_validation: true,
44
+ required: false,
45
+ serialized_name: 'status',
46
+ type: {
47
+ name: 'String'
48
+ }
49
+ },
50
+ description: {
51
+ client_side_validation: true,
52
+ required: false,
53
+ serialized_name: 'description',
54
+ type: {
55
+ name: 'String'
56
+ }
57
+ },
58
+ actions_required: {
59
+ client_side_validation: true,
60
+ required: false,
61
+ serialized_name: 'actionsRequired',
62
+ type: {
63
+ name: 'String'
64
+ }
65
+ }
66
+ }
67
+ }
68
+ }
69
+ end
70
+ end
71
+ end
72
+ end
@@ -0,0 +1,23 @@
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::HealthcareApis::Mgmt::V2020_03_30
7
+ module Models
8
+ #
9
+ # Defines values for ProvisioningState
10
+ #
11
+ module ProvisioningState
12
+ Deleting = "Deleting"
13
+ Succeeded = "Succeeded"
14
+ Creating = "Creating"
15
+ Accepted = "Accepted"
16
+ Verifying = "Verifying"
17
+ Updating = "Updating"
18
+ Failed = "Failed"
19
+ Canceled = "Canceled"
20
+ Deprovisioned = "Deprovisioned"
21
+ end
22
+ end
23
+ end