Class CloudProviderSnapshotBackupPolicyPolicyPolicyItemArgs
Inheritance
System.Object
CloudProviderSnapshotBackupPolicyPolicyPolicyItemArgs
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.Mongodbatlas.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class CloudProviderSnapshotBackupPolicyPolicyPolicyItemArgs : ResourceArgs
Constructors
View SourceCloudProviderSnapshotBackupPolicyPolicyPolicyItemArgs()
Declaration
public CloudProviderSnapshotBackupPolicyPolicyPolicyItemArgs()
Properties
View SourceFrequencyInterval
Declaration
public Input<int> FrequencyInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
FrequencyType
Declaration
public Input<string> FrequencyType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RetentionUnit
Declaration
public Input<string> RetentionUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RetentionValue
Declaration
public Input<int> RetentionValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |