Backup for GKE v1 API - Class ExclusionWindow.Types.DayOfWeekList (2.4.0)

public sealed class ExclusionWindow.Types.DayOfWeekList : IMessage<ExclusionWindow.Types.DayOfWeekList>, IEquatable<ExclusionWindow.Types.DayOfWeekList>, IDeepCloneable<ExclusionWindow.Types.DayOfWeekList>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup for GKE v1 API class ExclusionWindow.Types.DayOfWeekList.

Holds repeated DaysOfWeek values as a container.

Inheritance

object > ExclusionWindow.Types.DayOfWeekList

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

DayOfWeekList()

public DayOfWeekList()

DayOfWeekList(DayOfWeekList)

public DayOfWeekList(ExclusionWindow.Types.DayOfWeekList other)
Parameter
NameDescription
otherExclusionWindowTypesDayOfWeekList

Properties

DaysOfWeek

public RepeatedField<DayOfWeek> DaysOfWeek { get; }

Optional. A list of days of week.

Property Value
TypeDescription
RepeatedFieldDayOfWeek