Class VanityDomainActivity
Vanity Domain Activity resource
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class VanityDomainActivity
Properties
FusionEnvironmentId
Declaration
[Required(ErrorMessage = "FusionEnvironmentId is required.")]
[JsonProperty(PropertyName = "fusionEnvironmentId")]
public string FusionEnvironmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the Fusion environment that the VanityDomainActivity is created on |
Remarks
Required
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The unique identifier (OCID) of the VanityDomainActivity. Can't be changed after creation |
Remarks
Required
LifecycleDetails
Declaration
[Required(ErrorMessage = "LifecycleDetails is required.")]
[JsonProperty(PropertyName = "lifecycleDetails")]
[JsonConverter(typeof(ResponseEnumConverter))]
public VanityDomainActivity.LifecycleDetailsEnum? LifecycleDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| VanityDomainActivity.LifecycleDetailsEnum? | The current lifecycleDetails of the VanityDomainActivity |
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public VanityDomainActivity.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
| Type | Description |
|---|---|
| VanityDomainActivity.LifecycleStateEnum? | The current lifecycleState of the VanityDomainActivity |
Remarks
Required
OperationType
Declaration
[Required(ErrorMessage = "OperationType is required.")]
[JsonProperty(PropertyName = "operationType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public VanityDomainActivity.OperationTypeEnum? OperationType { get; set; }
Property Value
| Type | Description |
|---|---|
| VanityDomainActivity.OperationTypeEnum? | The type of operation |
Remarks
Required
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The time the VanityDomainactivity was created. An RFC3339 formatted datetime string |
Remarks
Required
TimeDeactivated
Declaration
[Required(ErrorMessage = "TimeDeactivated is required.")]
[JsonProperty(PropertyName = "timeDeactivated")]
public DateTime? TimeDeactivated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The time the VanityDomainactivity is scheduled to deactivate. An RFC3339 formatted datetime string |
Remarks
Required
TimeEnabled
Declaration
[Required(ErrorMessage = "TimeEnabled is required.")]
[JsonProperty(PropertyName = "timeEnabled")]
public DateTime? TimeEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The time the VanityDomainactivity is scheduled to enable. An RFC3339 formatted datetime string |
Remarks
Required
TimeScheduled
Declaration
[Required(ErrorMessage = "TimeScheduled is required.")]
[JsonProperty(PropertyName = "timeScheduled")]
public DateTime? TimeScheduled { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | Activity start time |
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The time the VanityDomainactivity was updated. An RFC3339 formatted datetime string |
Remarks
Required
VanityDomainId
Declaration
[Required(ErrorMessage = "VanityDomainId is required.")]
[JsonProperty(PropertyName = "vanityDomainId")]
public string VanityDomainId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Vanity domain ID |
Remarks
Required