Oracle Database@Google Cloud v1 API - Class ScheduledOperationDetails (1.0.0-beta01)

public sealed class ScheduledOperationDetails : IMessage<ScheduledOperationDetails>, IEquatable<ScheduledOperationDetails>, IDeepCloneable<ScheduledOperationDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ScheduledOperationDetails.

Details of scheduled operation. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/ScheduledOperationDetails

Inheritance

object > ScheduledOperationDetails

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

ScheduledOperationDetails()

public ScheduledOperationDetails()

ScheduledOperationDetails(ScheduledOperationDetails)

public ScheduledOperationDetails(ScheduledOperationDetails other)
Parameter
Name Description
other ScheduledOperationDetails

Properties

DayOfWeek

public DayOfWeek DayOfWeek { get; set; }

Output only. Day of week.

Property Value
Type Description
DayOfWeek

StartTime

public TimeOfDay StartTime { get; set; }

Output only. Auto start time.

Property Value
Type Description
TimeOfDay

StopTime

public TimeOfDay StopTime { get; set; }

Output only. Auto stop time.

Property Value
Type Description
TimeOfDay