Class EtcdBackupState
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class EtcdBackupState : ResourceArgs
Constructors
View SourceEtcdBackupState()
Declaration
public EtcdBackupState()
Properties
View SourceAnnotations
Annotations for Etcd Backup object (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
BackupConfig
Backup config for etcd backup (list maxitems:1)
Declaration
public Input<EtcdBackupBackupConfigGetArgs> BackupConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EtcdBackupBackupConfigGetArgs> |
ClusterId
Cluster ID to config Etcd Backup (string)
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Filename
Filename of the Etcd Backup (string)
Declaration
public Input<string> Filename { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels for Etcd Backup object (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Manual
Manual execution of the Etcd Backup. Default false (bool)
Declaration
public Input<bool> Manual { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The name of the Etcd Backup (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamespaceId
Description for the Etcd Backup (string)
Declaration
public Input<string> NamespaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |