Show / Hide Table of Contents

Class RescheduleDeploymentUpgradeToDateDetails

Definition of the additional attributes for default deployment upgrade cancel.

Inheritance
object
RescheduleDeploymentUpgradeDetails
RescheduleDeploymentUpgradeToDateDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class RescheduleDeploymentUpgradeToDateDetails : RescheduleDeploymentUpgradeDetails

Properties

TimeSchedule

Declaration
[Required(ErrorMessage = "TimeSchedule is required.")]
[JsonProperty(PropertyName = "timeSchedule")]
public DateTime? TimeSchedule { get; set; }
Property Value
Type Description
DateTime?

The time of upgrade schedule. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Remarks

Required

In this article
Back to top