Class ExadataInfrastructureContact
Contact details for Exadata Infrastructure.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ExadataInfrastructureContact
Properties
Declaration
[Required(ErrorMessage = "Email is required.")]
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string | The email for the Exadata Infrastructure contact. |
Remarks
Required
IsContactMosValidated
Declaration
[JsonProperty(PropertyName = "isContactMosValidated")]
public bool? IsContactMosValidated { get; set; }
Property Value
Type | Description |
---|---|
bool? | If |
IsPrimary
Declaration
[Required(ErrorMessage = "IsPrimary is required.")]
[JsonProperty(PropertyName = "isPrimary")]
public bool? IsPrimary { get; set; }
Property Value
Type | Description |
---|---|
bool? | If |
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the Exadata Infrastructure contact. |
Remarks
Required
PhoneNumber
Declaration
[JsonProperty(PropertyName = "phoneNumber")]
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string | The phone number for the Exadata Infrastructure contact. |