InfrastructureContact¶
-
class
oci.datacc.models.InfrastructureContact(**kwargs)¶ Bases:
objectContact details for Database Infrastructure.
Methods
__init__(**kwargs)Initializes a new InfrastructureContact object with values from keyword arguments. Attributes
email[Required] Gets the email of this InfrastructureContact. is_contact_mos_validatedGets the is_contact_mos_validated of this InfrastructureContact. is_primary[Required] Gets the is_primary of this InfrastructureContact. name[Required] Gets the name of this InfrastructureContact. phone_numberGets the phone_number of this InfrastructureContact. -
__init__(**kwargs)¶ Initializes a new InfrastructureContact 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 InfrastructureContact.
- phone_number (str) – The value to assign to the phone_number property of this InfrastructureContact.
- email (str) – The value to assign to the email property of this InfrastructureContact.
- is_primary (bool) – The value to assign to the is_primary property of this InfrastructureContact.
- is_contact_mos_validated (bool) – The value to assign to the is_contact_mos_validated property of this InfrastructureContact.
-
email¶ [Required] Gets the email of this InfrastructureContact. The email for the Database Infrastructure contact.
Returns: The email of this InfrastructureContact. Return type: str
-
is_contact_mos_validated¶ Gets the is_contact_mos_validated of this InfrastructureContact. If true, this Database Infrastructure contact is a valid My Oracle Support (MOS) contact. If false, this Database Infrastructure contact is not a valid MOS contact.
Returns: The is_contact_mos_validated of this InfrastructureContact. Return type: bool
-
is_primary¶ [Required] Gets the is_primary of this InfrastructureContact. If true, this Database Infrastructure contact is a primary contact. If false, this Database Infrastructure is a secondary contact.
Returns: The is_primary of this InfrastructureContact. Return type: bool
-
name¶ [Required] Gets the name of this InfrastructureContact. The name of the Database Infrastructure contact.
Returns: The name of this InfrastructureContact. Return type: str
-
phone_number¶ Gets the phone_number of this InfrastructureContact. The phone number for the Database Infrastructure contact.
Returns: The phone_number of this InfrastructureContact. Return type: str
-