Show / Hide Table of Contents

Class InstanceState

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

Constructors

View Source

InstanceState()

Declaration
public InstanceState()

Properties

View Source

AccessedBy

The network limitation of accessing instance. Valid values:

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

Description

The description of the instance. Currently, it does not support modifying.

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

InstanceType

The type of instance. Valid values are "Capacity" and "HighPerformance". Default to "HighPerformance".

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

Name

The name of the instance.

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

Tags

A mapping of tags to assign to the instance.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.