Show / Hide Table of Contents

Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfig

Inheritance
System.Object
ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfig
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfig

Fields

View Source

Enabled

Enable cluster template revision. Default true (bool)

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

IntervalHours

Declaration
public readonly int? IntervalHours
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Retention

Declaration
public readonly int? Retention
Field Value
Type Description
System.Nullable<System.Int32>
View Source

S3BackupConfig

Declaration
public readonly ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigS3BackupConfig S3BackupConfig
Field Value
Type Description
ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigS3BackupConfig
View Source

SafeTimestamp

Declaration
public readonly bool? SafeTimestamp
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.