Show / Hide Table of Contents

Class EtcdBackupState

Inheritance
System.Object
InputArgs
ResourceArgs
EtcdBackupState
Inherited Members
ResourceArgs.Empty
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 Source

EtcdBackupState()

Declaration
public EtcdBackupState()

Properties

View Source

Annotations

Annotations for Etcd Backup object (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

BackupConfig

Backup config for etcd backup (list maxitems:1)

Declaration
public Input<EtcdBackupBackupConfigGetArgs> BackupConfig { get; set; }
Property Value
Type Description
Input<EtcdBackupBackupConfigGetArgs>
View Source

ClusterId

Cluster ID to config Etcd Backup (string)

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Filename

Filename of the Etcd Backup (string)

Declaration
public Input<string> Filename { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Labels

Labels for Etcd Backup object (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Manual

Manual execution of the Etcd Backup. Default false (bool)

Declaration
public Input<bool> Manual { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

The name of the Etcd Backup (string)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NamespaceId

Description for the Etcd Backup (string)

Declaration
public Input<string> NamespaceId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.