VanityDomainSummary

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

Bases: object

Summary of the VanityDomain

Methods

__init__(**kwargs) Initializes a new VanityDomainSummary object with values from keyword arguments.

Attributes

defined_tags [Required] Gets the defined_tags of this VanityDomainSummary.
freeform_tags [Required] Gets the freeform_tags of this VanityDomainSummary.
fusion_environment_id [Required] Gets the fusion_environment_id of this VanityDomainSummary.
id [Required] Gets the id of this VanityDomainSummary.
lifecycle_details [Required] Gets the lifecycle_details of this VanityDomainSummary.
lifecycle_state [Required] Gets the lifecycle_state of this VanityDomainSummary.
prefix Gets the prefix of this VanityDomainSummary.
scheduled_activity_id Gets the scheduled_activity_id of this VanityDomainSummary.
system_tags [Required] Gets the system_tags of this VanityDomainSummary.
time_created [Required] Gets the time_created of this VanityDomainSummary.
time_enabled [Required] Gets the time_enabled of this VanityDomainSummary.
time_updated [Required] Gets the time_updated of this VanityDomainSummary.
vanity_domain [Required] Gets the vanity_domain of this VanityDomainSummary.
__init__(**kwargs)

Initializes a new VanityDomainSummary 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 VanityDomainSummary.
  • vanity_domain (str) – The value to assign to the vanity_domain property of this VanityDomainSummary.
  • prefix (str) – The value to assign to the prefix property of this VanityDomainSummary.
  • fusion_environment_id (str) – The value to assign to the fusion_environment_id property of this VanityDomainSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this VanityDomainSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this VanityDomainSummary.
  • time_created (datetime) – The value to assign to the time_created property of this VanityDomainSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this VanityDomainSummary.
  • time_enabled (datetime) – The value to assign to the time_enabled property of this VanityDomainSummary.
  • scheduled_activity_id (str) – The value to assign to the scheduled_activity_id property of this VanityDomainSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this VanityDomainSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this VanityDomainSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this VanityDomainSummary.
defined_tags

[Required] Gets the defined_tags of this VanityDomainSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this VanityDomainSummary.
Return type:dict(str, dict(str, object))
freeform_tags

[Required] Gets the freeform_tags of this VanityDomainSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this VanityDomainSummary.
Return type:dict(str, str)
fusion_environment_id

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

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

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

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

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

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

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

Returns:The lifecycle_state of this VanityDomainSummary.
Return type:str
prefix

Gets the prefix of this VanityDomainSummary. The prefix value of the DnsPrefix. Can’t be changed after creation

Returns:The prefix of this VanityDomainSummary.
Return type:str
scheduled_activity_id

Gets the scheduled_activity_id of this VanityDomainSummary. The ID of the VanityDomainActivity is scheduled

Returns:The scheduled_activity_id of this VanityDomainSummary.
Return type:str
system_tags

[Required] Gets the system_tags of this VanityDomainSummary. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

Returns:The system_tags of this VanityDomainSummary.
Return type:dict(str, dict(str, object))
time_created

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

Returns:The time_created of this VanityDomainSummary.
Return type:datetime
time_enabled

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

Returns:The time_enabled of this VanityDomainSummary.
Return type:datetime
time_updated

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

Returns:The time_updated of this VanityDomainSummary.
Return type:datetime
vanity_domain

[Required] Gets the vanity_domain of this VanityDomainSummary. Vanity domain. Can’t be changed after creation

Returns:The vanity_domain of this VanityDomainSummary.
Return type:str