Show / Hide Table of Contents

Class DBAuditInstanceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DBAuditInstanceArgs
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.AliCloud.Yundun
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DBAuditInstanceArgs : ResourceArgs

Constructors

View Source

DBAuditInstanceArgs()

Declaration
public DBAuditInstanceArgs()

Properties

View Source

Description

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>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

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

VswitchId

vSwtich ID configured to audit

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