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_contact_mos_validated Gets the is_contact_mos_validated 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.
  • is_contact_mos_validated (bool) – The value to assign to the is_contact_mos_validated 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_contact_mos_validated

Gets the is_contact_mos_validated of this ExadataInfrastructureContact. If true, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. If false, this Exadata Infrastructure contact is not a valid MOS contact.

Returns:The is_contact_mos_validated of this ExadataInfrastructureContact.
Return type:bool
is_primary

[Required] Gets the is_primary of this ExadataInfrastructureContact. If true, this Exadata Infrastructure contact is a primary contact. If false, 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