Class InstanceBackupsArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Linode.Inputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class InstanceBackupsArgs : ResourceArgs
Constructors
View SourceInstanceBackupsArgs()
Declaration
public InstanceBackupsArgs()
Properties
View SourceEnabled
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Schedule
Declaration
public Input<InstanceBackupsScheduleArgs> Schedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceBackupsScheduleArgs> |