Class DBAuditInstanceState
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.AliCloud.Yundun
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DBAuditInstanceState : ResourceArgs
Constructors
View SourceDBAuditInstanceState()
Declaration
public DBAuditInstanceState()
Properties
View SourceDescription
Description of the instance. This name can have a string of 1 to 63 characters.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Period
Duration for initially producing the instance. Valid values: [1~9], 12, 24, 36. Default to 12. At present, the provider does not support modify "period".
Declaration
public Input<int> Period { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PlanCode
Plan code of the Cloud DBAudit to produce. (alpha.professional, alpha.basic, alpha.premium)
Declaration
public Input<string> PlanCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VswitchId
vSwtich ID configured to audit
Declaration
public Input<string> VswitchId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |