oraclebmc 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -5,6 +5,8 @@ require 'date'
5
5
  module OracleBMC
6
6
  class Core::Models::UpdateDrgDetails
7
7
  # A user-friendly name. Does not have to be unique, and it's changeable.
8
+ # Avoid entering confidential information.
9
+ #
8
10
  # @return [String]
9
11
  attr_accessor :display_name
10
12
 
@@ -17,11 +19,10 @@ module OracleBMC
17
19
  # convert string to symbol for hash key
18
20
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
19
21
 
20
-
21
22
  if attributes[:'displayName']
22
23
  self.display_name = attributes[:'displayName']
23
24
  end
24
-
25
+
25
26
  end
26
27
 
27
28
  # Checks equality by comparing each attribute.
@@ -4,7 +4,8 @@ require 'date'
4
4
 
5
5
  module OracleBMC
6
6
  class Core::Models::UpdateImageDetails
7
- # The non-unique, changeable name of the image.
7
+ # A user-friendly name. Does not have to be unique, and it's changeable.
8
+ # Avoid entering confidential information.
8
9
  #
9
10
  # Example: `My custom Oracle Linux image`
10
11
  #
@@ -20,11 +21,10 @@ module OracleBMC
20
21
  # convert string to symbol for hash key
21
22
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
22
23
 
23
-
24
24
  if attributes[:'displayName']
25
25
  self.display_name = attributes[:'displayName']
26
26
  end
27
-
27
+
28
28
  end
29
29
 
30
30
  # Checks equality by comparing each attribute.
@@ -5,6 +5,7 @@ require 'date'
5
5
  module OracleBMC
6
6
  class Core::Models::UpdateInstanceDetails
7
7
  # A user-friendly name. Does not have to be unique, and it's changeable.
8
+ # Avoid entering confidential information.
8
9
  #
9
10
  # Example: `My bare metal instance`
10
11
  #
@@ -20,11 +21,10 @@ module OracleBMC
20
21
  # convert string to symbol for hash key
21
22
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
22
23
 
23
-
24
24
  if attributes[:'displayName']
25
25
  self.display_name = attributes[:'displayName']
26
26
  end
27
-
27
+
28
28
  end
29
29
 
30
30
  # Checks equality by comparing each attribute.
@@ -5,6 +5,8 @@ require 'date'
5
5
  module OracleBMC
6
6
  class Core::Models::UpdateInternetGatewayDetails
7
7
  # A user-friendly name. Does not have to be unique, and it's changeable.
8
+ # Avoid entering confidential information.
9
+ #
8
10
  # @return [String]
9
11
  attr_accessor :display_name
10
12
 
@@ -21,15 +23,14 @@ module OracleBMC
21
23
  # convert string to symbol for hash key
22
24
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
23
25
 
24
-
25
26
  if attributes[:'displayName']
26
27
  self.display_name = attributes[:'displayName']
27
28
  end
28
-
29
+
29
30
  if attributes[:'isEnabled']
30
31
  self.is_enabled = attributes[:'isEnabled']
31
32
  end
32
-
33
+
33
34
  end
34
35
 
35
36
  # Checks equality by comparing each attribute.
@@ -5,6 +5,8 @@ require 'date'
5
5
  module OracleBMC
6
6
  class Core::Models::UpdateIPSecConnectionDetails
7
7
  # A user-friendly name. Does not have to be unique, and it's changeable.
8
+ # Avoid entering confidential information.
9
+ #
8
10
  # @return [String]
9
11
  attr_accessor :display_name
10
12
 
@@ -17,11 +19,10 @@ module OracleBMC
17
19
  # convert string to symbol for hash key
18
20
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
19
21
 
20
-
21
22
  if attributes[:'displayName']
22
23
  self.display_name = attributes[:'displayName']
23
24
  end
24
-
25
+
25
26
  end
26
27
 
27
28
  # Checks equality by comparing each attribute.
@@ -0,0 +1,157 @@
1
+ # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
2
+
3
+ require 'date'
4
+
5
+ module OracleBMC
6
+ class Core::Models::UpdatePrivateIpDetails
7
+ # A user-friendly name. Does not have to be unique, and it's changeable. Avoid
8
+ # entering confidential information.
9
+ #
10
+ # @return [String]
11
+ attr_accessor :display_name
12
+
13
+ # The hostname for the private IP. Used for DNS. The value
14
+ # is the hostname portion of the private IP's fully qualified domain name (FQDN)
15
+ # (for example, `bminstance-1` in FQDN `bminstance-1.subnet123.vcn1.oraclevcn.com`).
16
+ # Must be unique across all VNICs in the subnet and comply with
17
+ # [RFC 952](https://tools.ietf.org/html/rfc952) and
18
+ # [RFC 1123](https://tools.ietf.org/html/rfc1123).
19
+ #
20
+ # For more information, see
21
+ # [DNS in Your Virtual Cloud Network](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Concepts/dns.htm).
22
+ #
23
+ # Example: `bminstance-1`
24
+ #
25
+ # @return [String]
26
+ attr_accessor :hostname_label
27
+
28
+ # The OCID of the VNIC to reassign the private IP to. The VNIC must
29
+ # be in the same subnet as the current VNIC.
30
+ #
31
+ # @return [String]
32
+ attr_accessor :vnic_id
33
+
34
+
35
+ # Initializes the object
36
+ # @param [Hash] attributes Model attributes in the form of hash
37
+ def initialize(attributes = {})
38
+ return unless attributes.is_a?(Hash)
39
+
40
+ # convert string to symbol for hash key
41
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
42
+
43
+ if attributes[:'displayName']
44
+ self.display_name = attributes[:'displayName']
45
+ end
46
+
47
+ if attributes[:'hostnameLabel']
48
+ self.hostname_label = attributes[:'hostnameLabel']
49
+ end
50
+
51
+ if attributes[:'vnicId']
52
+ self.vnic_id = attributes[:'vnicId']
53
+ end
54
+
55
+ end
56
+
57
+ # Checks equality by comparing each attribute.
58
+ # @param [Object] other_object to be compared
59
+ def ==(other_object)
60
+ return true if self.equal?(other_object)
61
+ self.class == other_object.class &&
62
+ display_name == other_object.display_name &&
63
+ hostname_label == other_object.hostname_label &&
64
+ vnic_id == other_object.vnic_id
65
+ end
66
+
67
+ # @see the `==` method
68
+ # @param [Object] other_object to be compared
69
+ def eql?(other_object)
70
+ self == other_object
71
+ end
72
+
73
+ # Calculates hash code according to all attributes.
74
+ # @return [Fixnum] Hash code
75
+ def hash
76
+ [display_name, hostname_label, vnic_id].hash
77
+ end
78
+
79
+ # Builds the object from hash
80
+ # @param [Hash] attributes Model attributes in the form of hash
81
+ # @return [Object] Returns the model itself
82
+ def build_from_hash(attributes)
83
+ return nil unless attributes.is_a?(Hash)
84
+ self.class.swagger_types.each_pair do |key, type|
85
+ if type =~ /^Array<(.*)>/i
86
+ # check to ensure the input is an array given that the the attribute
87
+ # is documented as an array but the input is not
88
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
89
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| OracleBMC::Internal::Util.convert_to_type($1, v) } )
90
+ end
91
+ elsif !attributes[self.class.attribute_map[key]].nil?
92
+ self.send("#{key}=", OracleBMC::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]]))
93
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
94
+ end
95
+
96
+ self
97
+ end
98
+
99
+ # Returns the string representation of the object
100
+ # @return [String] String presentation of the object
101
+ def to_s
102
+ to_hash.to_s
103
+ end
104
+
105
+ # Returns the object in the form of hash
106
+ # @return [Hash] Returns the object in the form of hash
107
+ def to_hash
108
+ hash = {}
109
+ self.class.attribute_map.each_pair do |attr, param|
110
+ value = self.send(attr)
111
+ next if value.nil?
112
+ hash[param] = _to_hash(value)
113
+ end
114
+ hash
115
+ end
116
+
117
+ private
118
+
119
+ # Outputs non-array value in the form of hash
120
+ # For object, use to_hash. Otherwise, just return the value
121
+ # @param [Object] value Any valid value
122
+ # @return [Hash] Returns the value in the form of hash
123
+ def _to_hash(value)
124
+ if value.is_a?(Array)
125
+ value.compact.map{ |v| _to_hash(v) }
126
+ elsif value.is_a?(Hash)
127
+ {}.tap do |hash|
128
+ value.each { |k, v| hash[k] = _to_hash(v) }
129
+ end
130
+ elsif value.respond_to? :to_hash
131
+ value.to_hash
132
+ else
133
+ value
134
+ end
135
+ end
136
+
137
+
138
+
139
+ # Attribute mapping from ruby-style variable name to JSON key.
140
+ def self.attribute_map
141
+ {
142
+ :'display_name' => :'displayName',
143
+ :'hostname_label' => :'hostnameLabel',
144
+ :'vnic_id' => :'vnicId'
145
+ }
146
+ end
147
+
148
+ # Attribute type mapping.
149
+ def self.swagger_types
150
+ {
151
+ :'display_name' => :'String',
152
+ :'hostname_label' => :'String',
153
+ :'vnic_id' => :'String'
154
+ }
155
+ end
156
+ end
157
+ end
@@ -5,6 +5,8 @@ require 'date'
5
5
  module OracleBMC
6
6
  class Core::Models::UpdateRouteTableDetails
7
7
  # A user-friendly name. Does not have to be unique, and it's changeable.
8
+ # Avoid entering confidential information.
9
+ #
8
10
  # @return [String]
9
11
  attr_accessor :display_name
10
12
 
@@ -21,15 +23,14 @@ module OracleBMC
21
23
  # convert string to symbol for hash key
22
24
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
23
25
 
24
-
25
26
  if attributes[:'displayName']
26
27
  self.display_name = attributes[:'displayName']
27
28
  end
28
-
29
+
29
30
  if attributes[:'routeRules']
30
31
  self.route_rules = attributes[:'routeRules']
31
32
  end
32
-
33
+
33
34
  end
34
35
 
35
36
  # Checks equality by comparing each attribute.
@@ -5,6 +5,8 @@ require 'date'
5
5
  module OracleBMC
6
6
  class Core::Models::UpdateSecurityListDetails
7
7
  # A user-friendly name. Does not have to be unique, and it's changeable.
8
+ # Avoid entering confidential information.
9
+ #
8
10
  # @return [String]
9
11
  attr_accessor :display_name
10
12
 
@@ -25,19 +27,18 @@ module OracleBMC
25
27
  # convert string to symbol for hash key
26
28
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
27
29
 
28
-
29
30
  if attributes[:'displayName']
30
31
  self.display_name = attributes[:'displayName']
31
32
  end
32
-
33
+
33
34
  if attributes[:'egressSecurityRules']
34
35
  self.egress_security_rules = attributes[:'egressSecurityRules']
35
36
  end
36
-
37
+
37
38
  if attributes[:'ingressSecurityRules']
38
39
  self.ingress_security_rules = attributes[:'ingressSecurityRules']
39
40
  end
40
-
41
+
41
42
  end
42
43
 
43
44
  # Checks equality by comparing each attribute.
@@ -5,6 +5,8 @@ require 'date'
5
5
  module OracleBMC
6
6
  class Core::Models::UpdateSubnetDetails
7
7
  # A user-friendly name. Does not have to be unique, and it's changeable.
8
+ # Avoid entering confidential information.
9
+ #
8
10
  # @return [String]
9
11
  attr_accessor :display_name
10
12
 
@@ -17,11 +19,10 @@ module OracleBMC
17
19
  # convert string to symbol for hash key
18
20
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
19
21
 
20
-
21
22
  if attributes[:'displayName']
22
23
  self.display_name = attributes[:'displayName']
23
24
  end
24
-
25
+
25
26
  end
26
27
 
27
28
  # Checks equality by comparing each attribute.
@@ -5,6 +5,8 @@ require 'date'
5
5
  module OracleBMC
6
6
  class Core::Models::UpdateVcnDetails
7
7
  # A user-friendly name. Does not have to be unique, and it's changeable.
8
+ # Avoid entering confidential information.
9
+ #
8
10
  # @return [String]
9
11
  attr_accessor :display_name
10
12
 
@@ -17,11 +19,10 @@ module OracleBMC
17
19
  # convert string to symbol for hash key
18
20
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
19
21
 
20
-
21
22
  if attributes[:'displayName']
22
23
  self.display_name = attributes[:'displayName']
23
24
  end
24
-
25
+
25
26
  end
26
27
 
27
28
  # Checks equality by comparing each attribute.
@@ -42,6 +42,7 @@ module OracleBMC
42
42
  attr_accessor :customer_bgp_asn
43
43
 
44
44
  # A user-friendly name. Does not have to be unique.
45
+ # Avoid entering confidential information.
45
46
  #
46
47
  # To be updated only by the customer who owns the virtual circuit.
47
48
  #
@@ -84,35 +85,34 @@ module OracleBMC
84
85
  # convert string to symbol for hash key
85
86
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
86
87
 
87
-
88
88
  if attributes[:'bandwidthShapeName']
89
89
  self.bandwidth_shape_name = attributes[:'bandwidthShapeName']
90
90
  end
91
-
91
+
92
92
  if attributes[:'crossConnectMappings']
93
93
  self.cross_connect_mappings = attributes[:'crossConnectMappings']
94
94
  end
95
-
95
+
96
96
  if attributes[:'customerBgpAsn']
97
97
  self.customer_bgp_asn = attributes[:'customerBgpAsn']
98
98
  end
99
-
99
+
100
100
  if attributes[:'displayName']
101
101
  self.display_name = attributes[:'displayName']
102
102
  end
103
-
103
+
104
104
  if attributes[:'gatewayId']
105
105
  self.gateway_id = attributes[:'gatewayId']
106
106
  end
107
-
107
+
108
108
  if attributes[:'providerState']
109
109
  self.provider_state = attributes[:'providerState']
110
110
  end
111
-
111
+
112
112
  if attributes[:'referenceComment']
113
113
  self.reference_comment = attributes[:'referenceComment']
114
114
  end
115
-
115
+
116
116
  end
117
117
 
118
118
  # Custom attribute writer method checking allowed values (enum).
@@ -0,0 +1,144 @@
1
+ # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
2
+
3
+ require 'date'
4
+
5
+ module OracleBMC
6
+ class Core::Models::UpdateVnicDetails
7
+ # A user-friendly name. Does not have to be unique, and it's changeable.
8
+ # @return [String]
9
+ attr_accessor :display_name
10
+
11
+ # The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname
12
+ # portion of the primary private IP's fully qualified domain name (FQDN)
13
+ # (for example, `bminstance-1` in FQDN `bminstance-1.subnet123.vcn1.oraclevcn.com`).
14
+ # Must be unique across all VNICs in the subnet and comply with
15
+ # [RFC 952](https://tools.ietf.org/html/rfc952) and
16
+ # [RFC 1123](https://tools.ietf.org/html/rfc1123).
17
+ # The value appears in the {Vnic} object and also the
18
+ # {PrivateIp} object returned by
19
+ # {#list_private_ips list_private_ips} and
20
+ # {#get_private_ip get_private_ip}.
21
+ #
22
+ # For more information, see
23
+ # [DNS in Your Virtual Cloud Network](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Concepts/dns.htm).
24
+ #
25
+ # @return [String]
26
+ attr_accessor :hostname_label
27
+
28
+
29
+ # Initializes the object
30
+ # @param [Hash] attributes Model attributes in the form of hash
31
+ def initialize(attributes = {})
32
+ return unless attributes.is_a?(Hash)
33
+
34
+ # convert string to symbol for hash key
35
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
36
+
37
+ if attributes[:'displayName']
38
+ self.display_name = attributes[:'displayName']
39
+ end
40
+
41
+ if attributes[:'hostnameLabel']
42
+ self.hostname_label = attributes[:'hostnameLabel']
43
+ end
44
+
45
+ end
46
+
47
+ # Checks equality by comparing each attribute.
48
+ # @param [Object] other_object to be compared
49
+ def ==(other_object)
50
+ return true if self.equal?(other_object)
51
+ self.class == other_object.class &&
52
+ display_name == other_object.display_name &&
53
+ hostname_label == other_object.hostname_label
54
+ end
55
+
56
+ # @see the `==` method
57
+ # @param [Object] other_object to be compared
58
+ def eql?(other_object)
59
+ self == other_object
60
+ end
61
+
62
+ # Calculates hash code according to all attributes.
63
+ # @return [Fixnum] Hash code
64
+ def hash
65
+ [display_name, hostname_label].hash
66
+ end
67
+
68
+ # Builds the object from hash
69
+ # @param [Hash] attributes Model attributes in the form of hash
70
+ # @return [Object] Returns the model itself
71
+ def build_from_hash(attributes)
72
+ return nil unless attributes.is_a?(Hash)
73
+ self.class.swagger_types.each_pair do |key, type|
74
+ if type =~ /^Array<(.*)>/i
75
+ # check to ensure the input is an array given that the the attribute
76
+ # is documented as an array but the input is not
77
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
78
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| OracleBMC::Internal::Util.convert_to_type($1, v) } )
79
+ end
80
+ elsif !attributes[self.class.attribute_map[key]].nil?
81
+ self.send("#{key}=", OracleBMC::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]]))
82
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
83
+ end
84
+
85
+ self
86
+ end
87
+
88
+ # Returns the string representation of the object
89
+ # @return [String] String presentation of the object
90
+ def to_s
91
+ to_hash.to_s
92
+ end
93
+
94
+ # Returns the object in the form of hash
95
+ # @return [Hash] Returns the object in the form of hash
96
+ def to_hash
97
+ hash = {}
98
+ self.class.attribute_map.each_pair do |attr, param|
99
+ value = self.send(attr)
100
+ next if value.nil?
101
+ hash[param] = _to_hash(value)
102
+ end
103
+ hash
104
+ end
105
+
106
+ private
107
+
108
+ # Outputs non-array value in the form of hash
109
+ # For object, use to_hash. Otherwise, just return the value
110
+ # @param [Object] value Any valid value
111
+ # @return [Hash] Returns the value in the form of hash
112
+ def _to_hash(value)
113
+ if value.is_a?(Array)
114
+ value.compact.map{ |v| _to_hash(v) }
115
+ elsif value.is_a?(Hash)
116
+ {}.tap do |hash|
117
+ value.each { |k, v| hash[k] = _to_hash(v) }
118
+ end
119
+ elsif value.respond_to? :to_hash
120
+ value.to_hash
121
+ else
122
+ value
123
+ end
124
+ end
125
+
126
+
127
+
128
+ # Attribute mapping from ruby-style variable name to JSON key.
129
+ def self.attribute_map
130
+ {
131
+ :'display_name' => :'displayName',
132
+ :'hostname_label' => :'hostnameLabel'
133
+ }
134
+ end
135
+
136
+ # Attribute type mapping.
137
+ def self.swagger_types
138
+ {
139
+ :'display_name' => :'String',
140
+ :'hostname_label' => :'String'
141
+ }
142
+ end
143
+ end
144
+ end