Show / Hide Table of Contents

Class InstanceArgs

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

Constructors

View Source

InstanceArgs()

Declaration
public InstanceArgs()

Properties

View Source

DeployType

The deploy type of the instance. Currently only support two deploy type, 4: eip/vpc instance, 5: vpc instance.

Declaration
public Input<int> DeployType { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

DiskSize

The disk size of the instance. When modify this value, it only support adjust to a greater value.

Declaration
public Input<int> DiskSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

DiskType

The disk type of the instance. 0: efficient cloud disk , 1: SSD.

Declaration
public Input<int> DiskType { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

EipMax

The max bandwidth of the instance. When modify this value, it only support adjust to a greater value.

Declaration
public Input<int> EipMax { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

IoMax

The max value of io of the instance. When modify this value, it only support adjust to a greater value.

Declaration
public Input<int> IoMax { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

Name of your Kafka instance. The length should between 3 and 64 characters. If not set, will use instance id as instance name.

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

PaidType

The paid type of the instance. Support two type, "PrePaid": pre paid type instance, "PostPaid": post paid type instance. Default is PostPaid. When modify this value, it only support adjust from post pay to pre pay.

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

SpecType

The spec type of the instance. Support two type, "normal": normal version instance, "professional": professional version instance. Default is normal. When modify this value, it only support adjust from normal to professional. Note only pre paid type instance support professional specific type.

Declaration
public Input<string> SpecType { 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

TopicQuota

The max num of topic can be create of the instance. When modify this value, it only adjust to a greater value.

Declaration
public Input<int> TopicQuota { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

VswitchId

The ID of attaching vswitch to instance.

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