oraclebmc 1.2.3 → 1.2.4

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.
Files changed (170) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/oraclebmc/core/blockstorage_client.rb +16 -11
  4. data/lib/oraclebmc/core/compute_client.rb +227 -37
  5. data/lib/oraclebmc/core/core.rb +11 -0
  6. data/lib/oraclebmc/core/models/attach_i_scsi_volume_details.rb +1 -2
  7. data/lib/oraclebmc/core/models/attach_vnic_details.rb +144 -0
  8. data/lib/oraclebmc/core/models/attach_volume_details.rb +5 -6
  9. data/lib/oraclebmc/core/models/capture_console_history_details.rb +1 -2
  10. data/lib/oraclebmc/core/models/console_history.rb +8 -8
  11. data/lib/oraclebmc/core/models/cpe.rb +7 -6
  12. data/lib/oraclebmc/core/models/create_cpe_details.rb +4 -5
  13. data/lib/oraclebmc/core/models/create_cross_connect_details.rb +9 -8
  14. data/lib/oraclebmc/core/models/create_cross_connect_group_details.rb +4 -3
  15. data/lib/oraclebmc/core/models/create_dhcp_details.rb +5 -6
  16. data/lib/oraclebmc/core/models/create_drg_attachment_details.rb +4 -5
  17. data/lib/oraclebmc/core/models/create_drg_details.rb +3 -4
  18. data/lib/oraclebmc/core/models/create_image_details.rb +19 -7
  19. data/lib/oraclebmc/core/models/create_internet_gateway_details.rb +5 -6
  20. data/lib/oraclebmc/core/models/create_ip_sec_connection_details.rb +6 -7
  21. data/lib/oraclebmc/core/models/create_private_ip_details.rb +173 -0
  22. data/lib/oraclebmc/core/models/create_route_table_details.rb +5 -6
  23. data/lib/oraclebmc/core/models/create_security_list_details.rb +6 -7
  24. data/lib/oraclebmc/core/models/create_subnet_details.rb +14 -15
  25. data/lib/oraclebmc/core/models/create_vcn_details.rb +6 -8
  26. data/lib/oraclebmc/core/models/create_virtual_circuit_details.rb +11 -12
  27. data/lib/oraclebmc/core/models/create_vnic_details.rb +39 -27
  28. data/lib/oraclebmc/core/models/create_volume_backup_details.rb +4 -3
  29. data/lib/oraclebmc/core/models/create_volume_details.rb +6 -6
  30. data/lib/oraclebmc/core/models/cross_connect.rb +11 -10
  31. data/lib/oraclebmc/core/models/cross_connect_group.rb +6 -6
  32. data/lib/oraclebmc/core/models/cross_connect_location.rb +2 -3
  33. data/lib/oraclebmc/core/models/cross_connect_mapping.rb +5 -6
  34. data/lib/oraclebmc/core/models/cross_connect_port_speed_shape.rb +2 -3
  35. data/lib/oraclebmc/core/models/cross_connect_status.rb +4 -5
  36. data/lib/oraclebmc/core/models/dhcp_dns_option.rb +2 -3
  37. data/lib/oraclebmc/core/models/dhcp_option.rb +1 -2
  38. data/lib/oraclebmc/core/models/dhcp_options.rb +9 -8
  39. data/lib/oraclebmc/core/models/dhcp_search_domain_option.rb +1 -2
  40. data/lib/oraclebmc/core/models/drg.rb +7 -6
  41. data/lib/oraclebmc/core/models/drg_attachment.rb +9 -8
  42. data/lib/oraclebmc/core/models/egress_security_rule.rb +6 -7
  43. data/lib/oraclebmc/core/models/export_image_details.rb +134 -0
  44. data/lib/oraclebmc/core/models/export_image_via_object_storage_tuple_details.rb +150 -0
  45. data/lib/oraclebmc/core/models/export_image_via_object_storage_uri_details.rb +130 -0
  46. data/lib/oraclebmc/core/models/fast_connect_provider_service.rb +3 -4
  47. data/lib/oraclebmc/core/models/i_scsi_volume_attachment.rb +5 -6
  48. data/lib/oraclebmc/core/models/icmp_options.rb +2 -3
  49. data/lib/oraclebmc/core/models/image.rb +12 -10
  50. data/lib/oraclebmc/core/models/image_source_details.rb +134 -0
  51. data/lib/oraclebmc/core/models/image_source_via_object_storage_tuple_details.rb +150 -0
  52. data/lib/oraclebmc/core/models/image_source_via_object_storage_uri_details.rb +128 -0
  53. data/lib/oraclebmc/core/models/ingress_security_rule.rb +6 -7
  54. data/lib/oraclebmc/core/models/instance.rb +13 -13
  55. data/lib/oraclebmc/core/models/instance_credentials.rb +2 -3
  56. data/lib/oraclebmc/core/models/internet_gateway.rb +9 -8
  57. data/lib/oraclebmc/core/models/ip_sec_connection.rb +10 -9
  58. data/lib/oraclebmc/core/models/ip_sec_connection_device_config.rb +4 -5
  59. data/lib/oraclebmc/core/models/ip_sec_connection_device_status.rb +4 -5
  60. data/lib/oraclebmc/core/models/launch_instance_details.rb +17 -15
  61. data/lib/oraclebmc/core/models/letter_of_authority.rb +6 -7
  62. data/lib/oraclebmc/core/models/port_range.rb +2 -3
  63. data/lib/oraclebmc/core/models/private_ip.rb +248 -0
  64. data/lib/oraclebmc/core/models/route_rule.rb +2 -3
  65. data/lib/oraclebmc/core/models/route_table.rb +9 -8
  66. data/lib/oraclebmc/core/models/security_list.rb +10 -9
  67. data/lib/oraclebmc/core/models/shape.rb +1 -2
  68. data/lib/oraclebmc/core/models/subnet.rb +21 -19
  69. data/lib/oraclebmc/core/models/tcp_options.rb +2 -3
  70. data/lib/oraclebmc/core/models/tunnel_config.rb +3 -4
  71. data/lib/oraclebmc/core/models/tunnel_status.rb +4 -5
  72. data/lib/oraclebmc/core/models/udp_options.rb +2 -3
  73. data/lib/oraclebmc/core/models/update_cpe_details.rb +3 -2
  74. data/lib/oraclebmc/core/models/update_cross_connect_details.rb +4 -3
  75. data/lib/oraclebmc/core/models/update_cross_connect_group_details.rb +3 -2
  76. data/lib/oraclebmc/core/models/update_dhcp_details.rb +4 -3
  77. data/lib/oraclebmc/core/models/update_drg_attachment_details.rb +3 -2
  78. data/lib/oraclebmc/core/models/update_drg_details.rb +3 -2
  79. data/lib/oraclebmc/core/models/update_image_details.rb +3 -3
  80. data/lib/oraclebmc/core/models/update_instance_details.rb +2 -2
  81. data/lib/oraclebmc/core/models/update_internet_gateway_details.rb +4 -3
  82. data/lib/oraclebmc/core/models/update_ip_sec_connection_details.rb +3 -2
  83. data/lib/oraclebmc/core/models/update_private_ip_details.rb +157 -0
  84. data/lib/oraclebmc/core/models/update_route_table_details.rb +4 -3
  85. data/lib/oraclebmc/core/models/update_security_list_details.rb +5 -4
  86. data/lib/oraclebmc/core/models/update_subnet_details.rb +3 -2
  87. data/lib/oraclebmc/core/models/update_vcn_details.rb +3 -2
  88. data/lib/oraclebmc/core/models/update_virtual_circuit_details.rb +8 -8
  89. data/lib/oraclebmc/core/models/update_vnic_details.rb +144 -0
  90. data/lib/oraclebmc/core/models/update_volume_backup_details.rb +3 -2
  91. data/lib/oraclebmc/core/models/update_volume_details.rb +2 -2
  92. data/lib/oraclebmc/core/models/vcn.rb +13 -12
  93. data/lib/oraclebmc/core/models/virtual_circuit.rb +18 -18
  94. data/lib/oraclebmc/core/models/virtual_circuit_bandwidth_shape.rb +2 -3
  95. data/lib/oraclebmc/core/models/vnic.rb +47 -19
  96. data/lib/oraclebmc/core/models/vnic_attachment.rb +33 -15
  97. data/lib/oraclebmc/core/models/volume.rb +8 -8
  98. data/lib/oraclebmc/core/models/volume_attachment.rb +10 -10
  99. data/lib/oraclebmc/core/models/volume_backup.rb +11 -10
  100. data/lib/oraclebmc/core/virtual_network_client.rb +364 -87
  101. data/lib/oraclebmc/errors.rb +19 -1
  102. data/lib/oraclebmc/identity/identity_client.rb +31 -31
  103. data/lib/oraclebmc/identity/models/add_user_to_group_details.rb +2 -3
  104. data/lib/oraclebmc/identity/models/api_key.rb +7 -8
  105. data/lib/oraclebmc/identity/models/availability_domain.rb +2 -3
  106. data/lib/oraclebmc/identity/models/compartment.rb +7 -8
  107. data/lib/oraclebmc/identity/models/create_api_key_details.rb +1 -2
  108. data/lib/oraclebmc/identity/models/create_compartment_details.rb +3 -4
  109. data/lib/oraclebmc/identity/models/create_group_details.rb +3 -4
  110. data/lib/oraclebmc/identity/models/create_identity_provider_details.rb +5 -6
  111. data/lib/oraclebmc/identity/models/create_idp_group_mapping_details.rb +2 -3
  112. data/lib/oraclebmc/identity/models/create_policy_details.rb +5 -6
  113. data/lib/oraclebmc/identity/models/create_region_subscription_details.rb +1 -2
  114. data/lib/oraclebmc/identity/models/create_saml2_identity_provider_details.rb +2 -3
  115. data/lib/oraclebmc/identity/models/create_swift_password_details.rb +1 -2
  116. data/lib/oraclebmc/identity/models/create_user_details.rb +3 -4
  117. data/lib/oraclebmc/identity/models/group.rb +7 -8
  118. data/lib/oraclebmc/identity/models/identity_provider.rb +9 -10
  119. data/lib/oraclebmc/identity/models/idp_group_mapping.rb +8 -9
  120. data/lib/oraclebmc/identity/models/policy.rb +9 -10
  121. data/lib/oraclebmc/identity/models/region.rb +2 -3
  122. data/lib/oraclebmc/identity/models/region_subscription.rb +4 -5
  123. data/lib/oraclebmc/identity/models/saml2_identity_provider.rb +3 -4
  124. data/lib/oraclebmc/identity/models/swift_password.rb +8 -9
  125. data/lib/oraclebmc/identity/models/tenancy.rb +4 -5
  126. data/lib/oraclebmc/identity/models/ui_password.rb +5 -6
  127. data/lib/oraclebmc/identity/models/update_compartment_details.rb +1 -2
  128. data/lib/oraclebmc/identity/models/update_group_details.rb +1 -2
  129. data/lib/oraclebmc/identity/models/update_identity_provider_details.rb +2 -3
  130. data/lib/oraclebmc/identity/models/update_idp_group_mapping_details.rb +2 -3
  131. data/lib/oraclebmc/identity/models/update_policy_details.rb +3 -4
  132. data/lib/oraclebmc/identity/models/update_saml2_identity_provider_details.rb +2 -3
  133. data/lib/oraclebmc/identity/models/update_state_details.rb +1 -2
  134. data/lib/oraclebmc/identity/models/update_swift_password_details.rb +1 -2
  135. data/lib/oraclebmc/identity/models/update_user_details.rb +1 -2
  136. data/lib/oraclebmc/identity/models/user.rb +7 -8
  137. data/lib/oraclebmc/identity/models/user_group_membership.rb +7 -8
  138. data/lib/oraclebmc/load_balancer/load_balancer_client.rb +11 -11
  139. data/lib/oraclebmc/load_balancer/models/backend.rb +7 -8
  140. data/lib/oraclebmc/load_balancer/models/backend_details.rb +6 -7
  141. data/lib/oraclebmc/load_balancer/models/backend_set.rb +6 -7
  142. data/lib/oraclebmc/load_balancer/models/backend_set_details.rb +5 -6
  143. data/lib/oraclebmc/load_balancer/models/certificate.rb +3 -4
  144. data/lib/oraclebmc/load_balancer/models/certificate_details.rb +5 -6
  145. data/lib/oraclebmc/load_balancer/models/create_backend_details.rb +6 -7
  146. data/lib/oraclebmc/load_balancer/models/create_backend_set_details.rb +6 -7
  147. data/lib/oraclebmc/load_balancer/models/create_certificate_details.rb +5 -6
  148. data/lib/oraclebmc/load_balancer/models/create_listener_details.rb +5 -6
  149. data/lib/oraclebmc/load_balancer/models/create_load_balancer_details.rb +8 -9
  150. data/lib/oraclebmc/load_balancer/models/health_checker.rb +8 -9
  151. data/lib/oraclebmc/load_balancer/models/health_checker_details.rb +8 -9
  152. data/lib/oraclebmc/load_balancer/models/ip_address.rb +2 -3
  153. data/lib/oraclebmc/load_balancer/models/listener.rb +5 -6
  154. data/lib/oraclebmc/load_balancer/models/listener_details.rb +4 -5
  155. data/lib/oraclebmc/load_balancer/models/load_balancer.rb +12 -13
  156. data/lib/oraclebmc/load_balancer/models/load_balancer_policy.rb +1 -2
  157. data/lib/oraclebmc/load_balancer/models/load_balancer_protocol.rb +1 -2
  158. data/lib/oraclebmc/load_balancer/models/load_balancer_shape.rb +1 -2
  159. data/lib/oraclebmc/load_balancer/models/session_persistence_configuration_details.rb +2 -3
  160. data/lib/oraclebmc/load_balancer/models/ssl_configuration.rb +3 -4
  161. data/lib/oraclebmc/load_balancer/models/ssl_configuration_details.rb +3 -4
  162. data/lib/oraclebmc/load_balancer/models/update_backend_details.rb +4 -5
  163. data/lib/oraclebmc/load_balancer/models/update_backend_set_details.rb +5 -6
  164. data/lib/oraclebmc/load_balancer/models/update_health_checker_details.rb +8 -9
  165. data/lib/oraclebmc/load_balancer/models/update_listener_details.rb +4 -5
  166. data/lib/oraclebmc/load_balancer/models/update_load_balancer_details.rb +1 -2
  167. data/lib/oraclebmc/load_balancer/models/work_request.rb +8 -9
  168. data/lib/oraclebmc/load_balancer/models/work_request_error.rb +2 -3
  169. data/lib/oraclebmc/version.rb +1 -1
  170. metadata +13 -2
@@ -46,27 +46,26 @@ module OracleBMC
46
46
  # convert string to symbol for hash key
47
47
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
48
48
 
49
-
50
49
  if attributes[:'password']
51
50
  self.password = attributes[:'password']
52
51
  end
53
-
52
+
54
53
  if attributes[:'userId']
55
54
  self.user_id = attributes[:'userId']
56
55
  end
57
-
56
+
58
57
  if attributes[:'timeCreated']
59
58
  self.time_created = attributes[:'timeCreated']
60
59
  end
61
-
60
+
62
61
  if attributes[:'lifecycleState']
63
62
  self.lifecycle_state = attributes[:'lifecycleState']
64
63
  end
65
-
64
+
66
65
  if attributes[:'inactiveStatus']
67
66
  self.inactive_status = attributes[:'inactiveStatus']
68
67
  end
69
-
68
+
70
69
  end
71
70
 
72
71
  # Custom attribute writer method checking allowed values (enum).
@@ -17,11 +17,10 @@ module OracleBMC
17
17
  # convert string to symbol for hash key
18
18
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
19
19
 
20
-
21
20
  if attributes[:'description']
22
21
  self.description = attributes[:'description']
23
22
  end
24
-
23
+
25
24
  end
26
25
 
27
26
  # Checks equality by comparing each attribute.
@@ -17,11 +17,10 @@ module OracleBMC
17
17
  # convert string to symbol for hash key
18
18
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
19
19
 
20
-
21
20
  if attributes[:'description']
22
21
  self.description = attributes[:'description']
23
22
  end
24
-
23
+
25
24
  end
26
25
 
27
26
  # Checks equality by comparing each attribute.
@@ -40,15 +40,14 @@ module OracleBMC
40
40
  # convert string to symbol for hash key
41
41
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
42
42
 
43
-
44
43
  if attributes[:'protocol']
45
44
  self.protocol = attributes[:'protocol']
46
45
  end
47
-
46
+
48
47
  if attributes[:'description']
49
48
  self.description = attributes[:'description']
50
49
  end
51
-
50
+
52
51
  end
53
52
 
54
53
  # Custom attribute writer method checking allowed values (enum).
@@ -21,15 +21,14 @@ module OracleBMC
21
21
  # convert string to symbol for hash key
22
22
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
23
23
 
24
-
25
24
  if attributes[:'idpGroupName']
26
25
  self.idp_group_name = attributes[:'idpGroupName']
27
26
  end
28
-
27
+
29
28
  if attributes[:'groupId']
30
29
  self.group_id = attributes[:'groupId']
31
30
  end
32
-
31
+
33
32
  end
34
33
 
35
34
  # Checks equality by comparing each attribute.
@@ -31,19 +31,18 @@ module OracleBMC
31
31
  # convert string to symbol for hash key
32
32
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
33
33
 
34
-
35
34
  if attributes[:'description']
36
35
  self.description = attributes[:'description']
37
36
  end
38
-
37
+
39
38
  if attributes[:'statements']
40
39
  self.statements = attributes[:'statements']
41
40
  end
42
-
41
+
43
42
  if attributes[:'versionDate']
44
43
  self.version_date = attributes[:'versionDate']
45
44
  end
46
-
45
+
47
46
  end
48
47
 
49
48
  # Checks equality by comparing each attribute.
@@ -29,15 +29,14 @@ module OracleBMC
29
29
  # convert string to symbol for hash key
30
30
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
31
31
 
32
-
33
32
  if attributes[:'metadataUrl']
34
33
  self.metadata_url = attributes[:'metadataUrl']
35
34
  end
36
-
35
+
37
36
  if attributes[:'metadata']
38
37
  self.metadata = attributes[:'metadata']
39
38
  end
40
-
39
+
41
40
  end
42
41
 
43
42
  # Checks equality by comparing each attribute.
@@ -18,11 +18,10 @@ module OracleBMC
18
18
  # convert string to symbol for hash key
19
19
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
20
20
 
21
-
22
21
  if attributes[:'blocked']
23
22
  self.blocked = attributes[:'blocked']
24
23
  end
25
-
24
+
26
25
  end
27
26
 
28
27
  # Checks equality by comparing each attribute.
@@ -17,11 +17,10 @@ module OracleBMC
17
17
  # convert string to symbol for hash key
18
18
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
19
19
 
20
-
21
20
  if attributes[:'description']
22
21
  self.description = attributes[:'description']
23
22
  end
24
-
23
+
25
24
  end
26
25
 
27
26
  # Checks equality by comparing each attribute.
@@ -17,11 +17,10 @@ module OracleBMC
17
17
  # convert string to symbol for hash key
18
18
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
19
19
 
20
-
21
20
  if attributes[:'description']
22
21
  self.description = attributes[:'description']
23
22
  end
24
-
23
+
25
24
  end
26
25
 
27
26
  # Checks equality by comparing each attribute.
@@ -62,35 +62,34 @@ module OracleBMC
62
62
  # convert string to symbol for hash key
63
63
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
64
64
 
65
-
66
65
  if attributes[:'id']
67
66
  self.id = attributes[:'id']
68
67
  end
69
-
68
+
70
69
  if attributes[:'compartmentId']
71
70
  self.compartment_id = attributes[:'compartmentId']
72
71
  end
73
-
72
+
74
73
  if attributes[:'name']
75
74
  self.name = attributes[:'name']
76
75
  end
77
-
76
+
78
77
  if attributes[:'description']
79
78
  self.description = attributes[:'description']
80
79
  end
81
-
80
+
82
81
  if attributes[:'timeCreated']
83
82
  self.time_created = attributes[:'timeCreated']
84
83
  end
85
-
84
+
86
85
  if attributes[:'lifecycleState']
87
86
  self.lifecycle_state = attributes[:'lifecycleState']
88
87
  end
89
-
88
+
90
89
  if attributes[:'inactiveStatus']
91
90
  self.inactive_status = attributes[:'inactiveStatus']
92
91
  end
93
-
92
+
94
93
  end
95
94
 
96
95
  # Custom attribute writer method checking allowed values (enum).
@@ -54,35 +54,34 @@ module OracleBMC
54
54
  # convert string to symbol for hash key
55
55
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
56
56
 
57
-
58
57
  if attributes[:'id']
59
58
  self.id = attributes[:'id']
60
59
  end
61
-
60
+
62
61
  if attributes[:'compartmentId']
63
62
  self.compartment_id = attributes[:'compartmentId']
64
63
  end
65
-
64
+
66
65
  if attributes[:'groupId']
67
66
  self.group_id = attributes[:'groupId']
68
67
  end
69
-
68
+
70
69
  if attributes[:'userId']
71
70
  self.user_id = attributes[:'userId']
72
71
  end
73
-
72
+
74
73
  if attributes[:'timeCreated']
75
74
  self.time_created = attributes[:'timeCreated']
76
75
  end
77
-
76
+
78
77
  if attributes[:'lifecycleState']
79
78
  self.lifecycle_state = attributes[:'lifecycleState']
80
79
  end
81
-
80
+
82
81
  if attributes[:'inactiveStatus']
83
82
  self.inactive_status = attributes[:'inactiveStatus']
84
83
  end
85
-
84
+
86
85
  end
87
86
 
88
87
  # Custom attribute writer method checking allowed values (enum).
@@ -810,11 +810,11 @@ module OracleBMC
810
810
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
811
811
  # particular request, please provide the request ID.
812
812
  # (default to )
813
- # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
813
+ # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
814
814
  #
815
815
  # Example: `500`
816
816
  # (default to 10)
817
- # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
817
+ # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
818
818
  #
819
819
  # Example: `3`
820
820
  #
@@ -861,11 +861,11 @@ module OracleBMC
861
861
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
862
862
  # particular request, please provide the request ID.
863
863
  # (default to )
864
- # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
864
+ # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
865
865
  #
866
866
  # Example: `500`
867
867
  # (default to 16)
868
- # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
868
+ # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
869
869
  #
870
870
  # Example: `3`
871
871
  #
@@ -907,11 +907,11 @@ module OracleBMC
907
907
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
908
908
  # particular request, please provide the request ID.
909
909
  # (default to )
910
- # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
910
+ # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
911
911
  #
912
912
  # Example: `500`
913
913
  # (default to 16)
914
- # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
914
+ # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
915
915
  #
916
916
  # Example: `3`
917
917
  #
@@ -953,11 +953,11 @@ module OracleBMC
953
953
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
954
954
  # particular request, please provide the request ID.
955
955
  # (default to )
956
- # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
956
+ # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
957
957
  #
958
958
  # Example: `500`
959
959
  # (default to 16)
960
- # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
960
+ # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
961
961
  #
962
962
  # Example: `3`
963
963
  #
@@ -999,11 +999,11 @@ module OracleBMC
999
999
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
1000
1000
  # particular request, please provide the request ID.
1001
1001
  # (default to )
1002
- # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
1002
+ # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
1003
1003
  #
1004
1004
  # Example: `500`
1005
1005
  # (default to 100)
1006
- # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
1006
+ # @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
1007
1007
  #
1008
1008
  # Example: `3`
1009
1009
  #
@@ -1236,7 +1236,7 @@ module OracleBMC
1236
1236
  end
1237
1237
 
1238
1238
  # Updates a load balancer's configuration.
1239
- # @param [UpdateLoadBalancerDetails] update_load_balancer_details The details for updating a load balancer's configuration.
1239
+ # @param [UpdateLoadBalancerDetails] update_load_balancer_details The details for updating a load balancer's configuration.
1240
1240
  # @param [String] load_balancer_id The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer to update.
1241
1241
  # @param [Hash] opts the optional parameters
1242
1242
  # @option opts [String] :opc_request_id The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
@@ -69,41 +69,40 @@ module OracleBMC
69
69
  # convert string to symbol for hash key
70
70
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
71
71
 
72
-
73
72
  if attributes[:'backup']
74
73
  self.backup = attributes[:'backup']
75
74
  else
76
75
  self.backup = false
77
76
  end
78
-
77
+
79
78
  if attributes[:'drain']
80
79
  self.drain = attributes[:'drain']
81
80
  else
82
81
  self.drain = false
83
82
  end
84
-
83
+
85
84
  if attributes[:'ipAddress']
86
85
  self.ip_address = attributes[:'ipAddress']
87
86
  end
88
-
87
+
89
88
  if attributes[:'name']
90
89
  self.name = attributes[:'name']
91
90
  end
92
-
91
+
93
92
  if attributes[:'offline']
94
93
  self.offline = attributes[:'offline']
95
94
  else
96
95
  self.offline = false
97
96
  end
98
-
97
+
99
98
  if attributes[:'port']
100
99
  self.port = attributes[:'port']
101
100
  end
102
-
101
+
103
102
  if attributes[:'weight']
104
103
  self.weight = attributes[:'weight']
105
104
  end
106
-
105
+
107
106
  end
108
107
 
109
108
  # Checks equality by comparing each attribute.
@@ -62,37 +62,36 @@ module OracleBMC
62
62
  # convert string to symbol for hash key
63
63
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
64
64
 
65
-
66
65
  if attributes[:'backup']
67
66
  self.backup = attributes[:'backup']
68
67
  else
69
68
  self.backup = false
70
69
  end
71
-
70
+
72
71
  if attributes[:'drain']
73
72
  self.drain = attributes[:'drain']
74
73
  else
75
74
  self.drain = false
76
75
  end
77
-
76
+
78
77
  if attributes[:'ipAddress']
79
78
  self.ip_address = attributes[:'ipAddress']
80
79
  end
81
-
80
+
82
81
  if attributes[:'offline']
83
82
  self.offline = attributes[:'offline']
84
83
  else
85
84
  self.offline = false
86
85
  end
87
-
86
+
88
87
  if attributes[:'port']
89
88
  self.port = attributes[:'port']
90
89
  end
91
-
90
+
92
91
  if attributes[:'weight']
93
92
  self.weight = attributes[:'weight']
94
93
  end
95
-
94
+
96
95
  end
97
96
 
98
97
  # Checks equality by comparing each attribute.
@@ -41,31 +41,30 @@ module OracleBMC
41
41
  # convert string to symbol for hash key
42
42
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
43
43
 
44
-
45
44
  if attributes[:'backends']
46
45
  self.backends = attributes[:'backends']
47
46
  end
48
-
47
+
49
48
  if attributes[:'healthChecker']
50
49
  self.health_checker = attributes[:'healthChecker']
51
50
  end
52
-
51
+
53
52
  if attributes[:'name']
54
53
  self.name = attributes[:'name']
55
54
  end
56
-
55
+
57
56
  if attributes[:'policy']
58
57
  self.policy = attributes[:'policy']
59
58
  end
60
-
59
+
61
60
  if attributes[:'sessionPersistenceConfiguration']
62
61
  self.session_persistence_configuration = attributes[:'sessionPersistenceConfiguration']
63
62
  end
64
-
63
+
65
64
  if attributes[:'sslConfiguration']
66
65
  self.ssl_configuration = attributes[:'sslConfiguration']
67
66
  end
68
-
67
+
69
68
  end
70
69
 
71
70
  # Checks equality by comparing each attribute.