ExadataInfrastructureContact¶
-
class
oci.database.models.
ExadataInfrastructureContact
(**kwargs)¶ Bases:
object
Contact details for Exadata Infrastructure.
Methods
__init__
(**kwargs)Initializes a new ExadataInfrastructureContact object with values from keyword arguments. Attributes
email
[Required] Gets the email of this ExadataInfrastructureContact. is_primary
[Required] Gets the is_primary of this ExadataInfrastructureContact. name
[Required] Gets the name of this ExadataInfrastructureContact. phone_number
Gets the phone_number of this ExadataInfrastructureContact. -
__init__
(**kwargs)¶ Initializes a new ExadataInfrastructureContact object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ExadataInfrastructureContact.
- phone_number (str) – The value to assign to the phone_number property of this ExadataInfrastructureContact.
- email (str) – The value to assign to the email property of this ExadataInfrastructureContact.
- is_primary (bool) – The value to assign to the is_primary property of this ExadataInfrastructureContact.
-
email
¶ [Required] Gets the email of this ExadataInfrastructureContact. The email for the Exadata Infrastructure contact.
Returns: The email of this ExadataInfrastructureContact. Return type: str
-
is_primary
¶ [Required] Gets the is_primary of this ExadataInfrastructureContact. True, if this Exadata Infrastructure contact is a primary contact. False, if this Exadata Infrastructure is a secondary contact.
Returns: The is_primary of this ExadataInfrastructureContact. Return type: bool
-
name
¶ [Required] Gets the name of this ExadataInfrastructureContact. The name of the Exadata Infrastructure contact.
Returns: The name of this ExadataInfrastructureContact. Return type: str
-
phone_number
¶ Gets the phone_number of this ExadataInfrastructureContact. The phone number for the Exadata Infrastructure contact.
Returns: The phone_number of this ExadataInfrastructureContact. Return type: str
-