CreateVanityDomainActivityDetails¶
-
class
oci.fusion_apps.models.CreateVanityDomainActivityDetails(**kwargs)¶ Bases:
objectSchedule activity details to vanity domain on pod
Attributes
OPERATION_TYPE_DELETE_VANITY_DOMAINA constant which can be used with the operation_type property of a CreateVanityDomainActivityDetails. OPERATION_TYPE_ENABLE_VANITY_DOMAINA constant which can be used with the operation_type property of a CreateVanityDomainActivityDetails. operation_type[Required] Gets the operation_type of this CreateVanityDomainActivityDetails. time_scheduled[Required] Gets the time_scheduled of this CreateVanityDomainActivityDetails. vanity_domain_id[Required] Gets the vanity_domain_id of this CreateVanityDomainActivityDetails. Methods
__init__(**kwargs)Initializes a new CreateVanityDomainActivityDetails object with values from keyword arguments. -
OPERATION_TYPE_DELETE_VANITY_DOMAIN= 'DELETE_VANITY_DOMAIN'¶ A constant which can be used with the operation_type property of a CreateVanityDomainActivityDetails. 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 CreateVanityDomainActivityDetails. This constant has a value of “ENABLE_VANITY_DOMAIN”
-
__init__(**kwargs)¶ Initializes a new CreateVanityDomainActivityDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vanity_domain_id (str) – The value to assign to the vanity_domain_id property of this CreateVanityDomainActivityDetails.
- time_scheduled (datetime) – The value to assign to the time_scheduled property of this CreateVanityDomainActivityDetails.
- operation_type (str) – The value to assign to the operation_type property of this CreateVanityDomainActivityDetails. Allowed values for this property are: “ENABLE_VANITY_DOMAIN”, “DELETE_VANITY_DOMAIN”
-
operation_type¶ [Required] Gets the operation_type of this CreateVanityDomainActivityDetails. The type of operation
Allowed values for this property are: “ENABLE_VANITY_DOMAIN”, “DELETE_VANITY_DOMAIN”
Returns: The operation_type of this CreateVanityDomainActivityDetails. Return type: str
-
time_scheduled¶ [Required] Gets the time_scheduled of this CreateVanityDomainActivityDetails. Activity start time
Returns: The time_scheduled of this CreateVanityDomainActivityDetails. Return type: datetime
-
vanity_domain_id¶ [Required] Gets the vanity_domain_id of this CreateVanityDomainActivityDetails. Vanity domain ID
Returns: The vanity_domain_id of this CreateVanityDomainActivityDetails. Return type: str
-