DeploymentSummary

class oci.golden_gate.models.DeploymentSummary(**kwargs)

Bases: object

Summary of the Deployment.

Attributes

DEPLOYMENT_TYPE_BIGDATA A constant which can be used with the deployment_type property of a DeploymentSummary.
DEPLOYMENT_TYPE_DATABASE_DB2_ZOS A constant which can be used with the deployment_type property of a DeploymentSummary.
DEPLOYMENT_TYPE_DATABASE_MICROSOFT_SQLSERVER A constant which can be used with the deployment_type property of a DeploymentSummary.
DEPLOYMENT_TYPE_DATABASE_MYSQL A constant which can be used with the deployment_type property of a DeploymentSummary.
DEPLOYMENT_TYPE_DATABASE_ORACLE A constant which can be used with the deployment_type property of a DeploymentSummary.
DEPLOYMENT_TYPE_DATABASE_POSTGRESQL A constant which can be used with the deployment_type property of a DeploymentSummary.
DEPLOYMENT_TYPE_DATA_TRANSFORMS A constant which can be used with the deployment_type property of a DeploymentSummary.
DEPLOYMENT_TYPE_GGSA A constant which can be used with the deployment_type property of a DeploymentSummary.
DEPLOYMENT_TYPE_OGG A constant which can be used with the deployment_type property of a DeploymentSummary.
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a DeploymentSummary.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a DeploymentSummary.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_CANCELED A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_CANCELING A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_SUCCEEDED A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_STATE_WAITING A constant which can be used with the lifecycle_state property of a DeploymentSummary.
LIFECYCLE_SUB_STATE_BACKUP_IN_PROGRESS A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary.
LIFECYCLE_SUB_STATE_MOVING A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary.
LIFECYCLE_SUB_STATE_RECOVERING A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary.
LIFECYCLE_SUB_STATE_RESTORING A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary.
LIFECYCLE_SUB_STATE_ROLLBACK_IN_PROGRESS A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary.
LIFECYCLE_SUB_STATE_STARTING A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary.
LIFECYCLE_SUB_STATE_STOPPING A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary.
LIFECYCLE_SUB_STATE_UPGRADING A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary.
compartment_id [Required] Gets the compartment_id of this DeploymentSummary.
cpu_core_count Gets the cpu_core_count of this DeploymentSummary.
defined_tags Gets the defined_tags of this DeploymentSummary.
deployment_type Gets the deployment_type of this DeploymentSummary.
deployment_url Gets the deployment_url of this DeploymentSummary.
description Gets the description of this DeploymentSummary.
display_name Gets the display_name of this DeploymentSummary.
fqdn Gets the fqdn of this DeploymentSummary.
freeform_tags Gets the freeform_tags of this DeploymentSummary.
id [Required] Gets the id of this DeploymentSummary.
is_auto_scaling_enabled Gets the is_auto_scaling_enabled of this DeploymentSummary.
is_latest_version Gets the is_latest_version of this DeploymentSummary.
is_public Gets the is_public of this DeploymentSummary.
is_storage_utilization_limit_exceeded Gets the is_storage_utilization_limit_exceeded of this DeploymentSummary.
license_model [Required] Gets the license_model of this DeploymentSummary.
lifecycle_details Gets the lifecycle_details of this DeploymentSummary.
lifecycle_state Gets the lifecycle_state of this DeploymentSummary.
lifecycle_sub_state Gets the lifecycle_sub_state of this DeploymentSummary.
load_balancer_id Gets the load_balancer_id of this DeploymentSummary.
load_balancer_subnet_id Gets the load_balancer_subnet_id of this DeploymentSummary.
private_ip_address Gets the private_ip_address of this DeploymentSummary.
public_ip_address Gets the public_ip_address of this DeploymentSummary.
storage_utilization_in_bytes Gets the storage_utilization_in_bytes of this DeploymentSummary.
subnet_id [Required] Gets the subnet_id of this DeploymentSummary.
system_tags Gets the system_tags of this DeploymentSummary.
time_created Gets the time_created of this DeploymentSummary.
time_updated Gets the time_updated of this DeploymentSummary.
time_upgrade_required Gets the time_upgrade_required of this DeploymentSummary.

Methods

__init__(**kwargs) Initializes a new DeploymentSummary object with values from keyword arguments.
DEPLOYMENT_TYPE_BIGDATA = 'BIGDATA'

A constant which can be used with the deployment_type property of a DeploymentSummary. This constant has a value of “BIGDATA”

DEPLOYMENT_TYPE_DATABASE_DB2_ZOS = 'DATABASE_DB2ZOS'

A constant which can be used with the deployment_type property of a DeploymentSummary. This constant has a value of “DATABASE_DB2ZOS”

DEPLOYMENT_TYPE_DATABASE_MICROSOFT_SQLSERVER = 'DATABASE_MICROSOFT_SQLSERVER'

A constant which can be used with the deployment_type property of a DeploymentSummary. This constant has a value of “DATABASE_MICROSOFT_SQLSERVER”

DEPLOYMENT_TYPE_DATABASE_MYSQL = 'DATABASE_MYSQL'

A constant which can be used with the deployment_type property of a DeploymentSummary. This constant has a value of “DATABASE_MYSQL”

DEPLOYMENT_TYPE_DATABASE_ORACLE = 'DATABASE_ORACLE'

A constant which can be used with the deployment_type property of a DeploymentSummary. This constant has a value of “DATABASE_ORACLE”

DEPLOYMENT_TYPE_DATABASE_POSTGRESQL = 'DATABASE_POSTGRESQL'

A constant which can be used with the deployment_type property of a DeploymentSummary. This constant has a value of “DATABASE_POSTGRESQL”

DEPLOYMENT_TYPE_DATA_TRANSFORMS = 'DATA_TRANSFORMS'

A constant which can be used with the deployment_type property of a DeploymentSummary. This constant has a value of “DATA_TRANSFORMS”

DEPLOYMENT_TYPE_GGSA = 'GGSA'

A constant which can be used with the deployment_type property of a DeploymentSummary. This constant has a value of “GGSA”

DEPLOYMENT_TYPE_OGG = 'OGG'

A constant which can be used with the deployment_type property of a DeploymentSummary. This constant has a value of “OGG”

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = 'BRING_YOUR_OWN_LICENSE'

A constant which can be used with the license_model property of a DeploymentSummary. This constant has a value of “BRING_YOUR_OWN_LICENSE”

LICENSE_MODEL_LICENSE_INCLUDED = 'LICENSE_INCLUDED'

A constant which can be used with the license_model property of a DeploymentSummary. This constant has a value of “LICENSE_INCLUDED”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

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

LIFECYCLE_STATE_CANCELED = 'CANCELED'

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

LIFECYCLE_STATE_CANCELING = 'CANCELING'

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

LIFECYCLE_STATE_CREATING = 'CREATING'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

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

LIFECYCLE_STATE_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a DeploymentSummary. 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 DeploymentSummary. 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 DeploymentSummary. This constant has a value of “SUCCEEDED”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

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

LIFECYCLE_STATE_WAITING = 'WAITING'

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

LIFECYCLE_SUB_STATE_BACKUP_IN_PROGRESS = 'BACKUP_IN_PROGRESS'

A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary. This constant has a value of “BACKUP_IN_PROGRESS”

LIFECYCLE_SUB_STATE_MOVING = 'MOVING'

A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary. This constant has a value of “MOVING”

LIFECYCLE_SUB_STATE_RECOVERING = 'RECOVERING'

A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary. This constant has a value of “RECOVERING”

LIFECYCLE_SUB_STATE_RESTORING = 'RESTORING'

A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary. This constant has a value of “RESTORING”

LIFECYCLE_SUB_STATE_ROLLBACK_IN_PROGRESS = 'ROLLBACK_IN_PROGRESS'

A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary. This constant has a value of “ROLLBACK_IN_PROGRESS”

LIFECYCLE_SUB_STATE_STARTING = 'STARTING'

A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary. This constant has a value of “STARTING”

LIFECYCLE_SUB_STATE_STOPPING = 'STOPPING'

A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary. This constant has a value of “STOPPING”

LIFECYCLE_SUB_STATE_UPGRADING = 'UPGRADING'

A constant which can be used with the lifecycle_sub_state property of a DeploymentSummary. This constant has a value of “UPGRADING”

__init__(**kwargs)

Initializes a new DeploymentSummary 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 DeploymentSummary.
  • display_name (str) – The value to assign to the display_name property of this DeploymentSummary.
  • description (str) – The value to assign to the description property of this DeploymentSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this DeploymentSummary.
  • time_created (datetime) – The value to assign to the time_created property of this DeploymentSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this DeploymentSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this DeploymentSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, “NEEDS_ATTENTION”, “IN_PROGRESS”, “CANCELING”, “CANCELED”, “SUCCEEDED”, “WAITING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_sub_state (str) – The value to assign to the lifecycle_sub_state property of this DeploymentSummary. Allowed values for this property are: “RECOVERING”, “STARTING”, “STOPPING”, “MOVING”, “UPGRADING”, “RESTORING”, “BACKUP_IN_PROGRESS”, “ROLLBACK_IN_PROGRESS”, ‘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 DeploymentSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DeploymentSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DeploymentSummary.
  • subnet_id (str) – The value to assign to the subnet_id property of this DeploymentSummary.
  • load_balancer_subnet_id (str) – The value to assign to the load_balancer_subnet_id property of this DeploymentSummary.
  • load_balancer_id (str) – The value to assign to the load_balancer_id property of this DeploymentSummary.
  • license_model (str) – The value to assign to the license_model property of this DeploymentSummary. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • fqdn (str) – The value to assign to the fqdn property of this DeploymentSummary.
  • cpu_core_count (int) – The value to assign to the cpu_core_count property of this DeploymentSummary.
  • is_auto_scaling_enabled (bool) – The value to assign to the is_auto_scaling_enabled property of this DeploymentSummary.
  • is_public (bool) – The value to assign to the is_public property of this DeploymentSummary.
  • public_ip_address (str) – The value to assign to the public_ip_address property of this DeploymentSummary.
  • private_ip_address (str) – The value to assign to the private_ip_address property of this DeploymentSummary.
  • deployment_url (str) – The value to assign to the deployment_url property of this DeploymentSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this DeploymentSummary.
  • is_latest_version (bool) – The value to assign to the is_latest_version property of this DeploymentSummary.
  • time_upgrade_required (datetime) – The value to assign to the time_upgrade_required property of this DeploymentSummary.
  • deployment_type (str) – The value to assign to the deployment_type property of this DeploymentSummary. Allowed values for this property are: “OGG”, “DATABASE_ORACLE”, “BIGDATA”, “DATABASE_MICROSOFT_SQLSERVER”, “DATABASE_MYSQL”, “DATABASE_POSTGRESQL”, “DATABASE_DB2ZOS”, “GGSA”, “DATA_TRANSFORMS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • storage_utilization_in_bytes (int) – The value to assign to the storage_utilization_in_bytes property of this DeploymentSummary.
  • is_storage_utilization_limit_exceeded (bool) – The value to assign to the is_storage_utilization_limit_exceeded property of this DeploymentSummary.
compartment_id

[Required] Gets the compartment_id of this DeploymentSummary. The OCID of the compartment being referenced.

Returns:The compartment_id of this DeploymentSummary.
Return type:str
cpu_core_count

Gets the cpu_core_count of this DeploymentSummary. The Minimum number of OCPUs to be made available for this Deployment.

Returns:The cpu_core_count of this DeploymentSummary.
Return type:int
defined_tags

Gets the defined_tags of this DeploymentSummary. Tags defined for this resource. Each key is predefined and scoped to a namespace.

Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this DeploymentSummary.
Return type:dict(str, dict(str, object))
deployment_type

Gets the deployment_type of this DeploymentSummary. The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value ‘OGG’ is maintained for backward compatibility purposes.

Its use is discouraged in favor of ‘DATABASE_ORACLE’.

Allowed values for this property are: “OGG”, “DATABASE_ORACLE”, “BIGDATA”, “DATABASE_MICROSOFT_SQLSERVER”, “DATABASE_MYSQL”, “DATABASE_POSTGRESQL”, “DATABASE_DB2ZOS”, “GGSA”, “DATA_TRANSFORMS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The deployment_type of this DeploymentSummary.
Return type:str
deployment_url

Gets the deployment_url of this DeploymentSummary. The URL of a resource.

Returns:The deployment_url of this DeploymentSummary.
Return type:str
description

Gets the description of this DeploymentSummary. Metadata about this specific object.

Returns:The description of this DeploymentSummary.
Return type:str
display_name

Gets the display_name of this DeploymentSummary. An object’s Display Name.

Returns:The display_name of this DeploymentSummary.
Return type:str
fqdn

Gets the fqdn of this DeploymentSummary. A three-label Fully Qualified Domain Name (FQDN) for a resource.

Returns:The fqdn of this DeploymentSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this DeploymentSummary. A 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 DeploymentSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this DeploymentSummary. The OCID of the deployment being referenced.

Returns:The id of this DeploymentSummary.
Return type:str
is_auto_scaling_enabled

Gets the is_auto_scaling_enabled of this DeploymentSummary. Indicates if auto scaling is enabled for the Deployment’s CPU core count.

Returns:The is_auto_scaling_enabled of this DeploymentSummary.
Return type:bool
is_latest_version

Gets the is_latest_version of this DeploymentSummary. Indicates if the resource is the the latest available version.

Returns:The is_latest_version of this DeploymentSummary.
Return type:bool
is_public

Gets the is_public of this DeploymentSummary. True if this object is publicly available.

Returns:The is_public of this DeploymentSummary.
Return type:bool
is_storage_utilization_limit_exceeded

Gets the is_storage_utilization_limit_exceeded of this DeploymentSummary. Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment’s GoldenGate service.

Returns:The is_storage_utilization_limit_exceeded of this DeploymentSummary.
Return type:bool
license_model

[Required] Gets the license_model of this DeploymentSummary. The Oracle license model that applies to a Deployment.

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

Returns:The license_model of this DeploymentSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this DeploymentSummary. Describes the object’s current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

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

Gets the lifecycle_state of this DeploymentSummary. Possible lifecycle states.

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, “NEEDS_ATTENTION”, “IN_PROGRESS”, “CANCELING”, “CANCELED”, “SUCCEEDED”, “WAITING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this DeploymentSummary.
Return type:str
lifecycle_sub_state

Gets the lifecycle_sub_state of this DeploymentSummary. Possible GGS lifecycle sub-states.

Allowed values for this property are: “RECOVERING”, “STARTING”, “STOPPING”, “MOVING”, “UPGRADING”, “RESTORING”, “BACKUP_IN_PROGRESS”, “ROLLBACK_IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_sub_state of this DeploymentSummary.
Return type:str
load_balancer_id

Gets the load_balancer_id of this DeploymentSummary. The OCID of the loadbalancer in the customer’s subnet. The loadbalancer of the public deployment created in the customer subnet.

Returns:The load_balancer_id of this DeploymentSummary.
Return type:str
load_balancer_subnet_id

Gets the load_balancer_subnet_id of this DeploymentSummary. The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.

Returns:The load_balancer_subnet_id of this DeploymentSummary.
Return type:str
private_ip_address

Gets the private_ip_address of this DeploymentSummary. The private IP address in the customer’s VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.

Returns:The private_ip_address of this DeploymentSummary.
Return type:str
public_ip_address

Gets the public_ip_address of this DeploymentSummary. The public IP address representing the access point for the Deployment.

Returns:The public_ip_address of this DeploymentSummary.
Return type:str
storage_utilization_in_bytes

Gets the storage_utilization_in_bytes of this DeploymentSummary. The amount of storage being utilized (in bytes)

Returns:The storage_utilization_in_bytes of this DeploymentSummary.
Return type:int
subnet_id

[Required] Gets the subnet_id of this DeploymentSummary. The OCID of the subnet of the deployment’s private endpoint.

Returns:The subnet_id of this DeploymentSummary.
Return type:str
system_tags

Gets the system_tags of this DeploymentSummary. 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 DeploymentSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this DeploymentSummary. The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_created of this DeploymentSummary.
Return type:datetime
time_updated

Gets the time_updated of this DeploymentSummary. The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_updated of this DeploymentSummary.
Return type:datetime
time_upgrade_required

Gets the time_upgrade_required of this DeploymentSummary. Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_upgrade_required of this DeploymentSummary.
Return type:datetime