VanityDomainActivity

class oci.fusion_apps.models.VanityDomainActivity(**kwargs)

Bases: object

Vanity Domain Activity resource

Attributes

LIFECYCLE_DETAILS_NONE A constant which can be used with the lifecycle_details property of a VanityDomainActivity.
LIFECYCLE_STATE_ACCEPTED A constant which can be used with the lifecycle_state property of a VanityDomainActivity.
LIFECYCLE_STATE_CANCELED A constant which can be used with the lifecycle_state property of a VanityDomainActivity.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a VanityDomainActivity.
LIFECYCLE_STATE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a VanityDomainActivity.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a VanityDomainActivity.
LIFECYCLE_STATE_SUCCEEDED A constant which can be used with the lifecycle_state property of a VanityDomainActivity.
OPERATION_TYPE_DELETE_VANITY_DOMAIN A constant which can be used with the operation_type property of a VanityDomainActivity.
OPERATION_TYPE_ENABLE_VANITY_DOMAIN A constant which can be used with the operation_type property of a VanityDomainActivity.
fusion_environment_id [Required] Gets the fusion_environment_id of this VanityDomainActivity.
id [Required] Gets the id of this VanityDomainActivity.
lifecycle_details [Required] Gets the lifecycle_details of this VanityDomainActivity.
lifecycle_state [Required] Gets the lifecycle_state of this VanityDomainActivity.
operation_type [Required] Gets the operation_type of this VanityDomainActivity.
time_created [Required] Gets the time_created of this VanityDomainActivity.
time_deactivated [Required] Gets the time_deactivated of this VanityDomainActivity.
time_enabled [Required] Gets the time_enabled of this VanityDomainActivity.
time_scheduled [Required] Gets the time_scheduled of this VanityDomainActivity.
time_updated [Required] Gets the time_updated of this VanityDomainActivity.
vanity_domain_id [Required] Gets the vanity_domain_id of this VanityDomainActivity.

Methods

__init__(**kwargs) Initializes a new VanityDomainActivity object with values from keyword arguments.
LIFECYCLE_DETAILS_NONE = 'NONE'

A constant which can be used with the lifecycle_details property of a VanityDomainActivity. This constant has a value of “NONE”

LIFECYCLE_STATE_ACCEPTED = 'ACCEPTED'

A constant which can be used with the lifecycle_state property of a VanityDomainActivity. This constant has a value of “ACCEPTED”

LIFECYCLE_STATE_CANCELED = 'CANCELED'

A constant which can be used with the lifecycle_state property of a VanityDomainActivity. This constant has a value of “CANCELED”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a VanityDomainActivity. This constant has a value of “FAILED”

LIFECYCLE_STATE_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a VanityDomainActivity. This constant has a value of “IN_PROGRESS”

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a VanityDomainActivity. This constant has a value of “NEEDS_ATTENTION”

LIFECYCLE_STATE_SUCCEEDED = 'SUCCEEDED'

A constant which can be used with the lifecycle_state property of a VanityDomainActivity. This constant has a value of “SUCCEEDED”

OPERATION_TYPE_DELETE_VANITY_DOMAIN = 'DELETE_VANITY_DOMAIN'

A constant which can be used with the operation_type property of a VanityDomainActivity. This constant has a value of “DELETE_VANITY_DOMAIN”

OPERATION_TYPE_ENABLE_VANITY_DOMAIN = 'ENABLE_VANITY_DOMAIN'

A constant which can be used with the operation_type property of a VanityDomainActivity. This constant has a value of “ENABLE_VANITY_DOMAIN”

__init__(**kwargs)

Initializes a new VanityDomainActivity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this VanityDomainActivity.
  • vanity_domain_id (str) – The value to assign to the vanity_domain_id property of this VanityDomainActivity.
  • fusion_environment_id (str) – The value to assign to the fusion_environment_id property of this VanityDomainActivity.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this VanityDomainActivity. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this VanityDomainActivity. Allowed values for this property are: “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this VanityDomainActivity.
  • time_updated (datetime) – The value to assign to the time_updated property of this VanityDomainActivity.
  • time_enabled (datetime) – The value to assign to the time_enabled property of this VanityDomainActivity.
  • time_deactivated (datetime) – The value to assign to the time_deactivated property of this VanityDomainActivity.
  • time_scheduled (datetime) – The value to assign to the time_scheduled property of this VanityDomainActivity.
  • operation_type (str) – The value to assign to the operation_type property of this VanityDomainActivity. Allowed values for this property are: “ENABLE_VANITY_DOMAIN”, “DELETE_VANITY_DOMAIN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
fusion_environment_id

[Required] Gets the fusion_environment_id of this VanityDomainActivity. The OCID of the Fusion environment that the VanityDomainActivity is created on

Returns:The fusion_environment_id of this VanityDomainActivity.
Return type:str
id

[Required] Gets the id of this VanityDomainActivity. The unique identifier (OCID) of the VanityDomainActivity. Can’t be changed after creation

Returns:The id of this VanityDomainActivity.
Return type:str
lifecycle_details

[Required] Gets the lifecycle_details of this VanityDomainActivity. The current lifecycleDetails of the VanityDomainActivity

Allowed values for this property are: “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_details of this VanityDomainActivity.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this VanityDomainActivity. The current lifecycleState of the VanityDomainActivity

Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this VanityDomainActivity.
Return type:str
operation_type

[Required] Gets the operation_type of this VanityDomainActivity. The type of operation

Allowed values for this property are: “ENABLE_VANITY_DOMAIN”, “DELETE_VANITY_DOMAIN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The operation_type of this VanityDomainActivity.
Return type:str
time_created

[Required] Gets the time_created of this VanityDomainActivity. The time the VanityDomainactivity was created. An RFC3339 formatted datetime string

Returns:The time_created of this VanityDomainActivity.
Return type:datetime
time_deactivated

[Required] Gets the time_deactivated of this VanityDomainActivity. The time the VanityDomainactivity is scheduled to deactivate. An RFC3339 formatted datetime string

Returns:The time_deactivated of this VanityDomainActivity.
Return type:datetime
time_enabled

[Required] Gets the time_enabled of this VanityDomainActivity. The time the VanityDomainactivity is scheduled to enable. An RFC3339 formatted datetime string

Returns:The time_enabled of this VanityDomainActivity.
Return type:datetime
time_scheduled

[Required] Gets the time_scheduled of this VanityDomainActivity. Activity start time

Returns:The time_scheduled of this VanityDomainActivity.
Return type:datetime
time_updated

[Required] Gets the time_updated of this VanityDomainActivity. The time the VanityDomainactivity was updated. An RFC3339 formatted datetime string

Returns:The time_updated of this VanityDomainActivity.
Return type:datetime
vanity_domain_id

[Required] Gets the vanity_domain_id of this VanityDomainActivity. Vanity domain ID

Returns:The vanity_domain_id of this VanityDomainActivity.
Return type:str