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.Hbase
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceArgs : ResourceArgs

Constructors

View Source

InstanceArgs()

Declaration
public InstanceArgs()

Properties

View Source

AutoRenew

true, false, System default to false, valid when pay_type = PrePaid.

Declaration
public Input<bool> AutoRenew { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ColdStorageSize

0 or 0+. 0 means is_cold_storage = false. 0+ means is_cold_storage = true

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

CoreDiskSize

User-defined HBase instance one core node's storage space.Unit: GB. Value range:

  • Custom storage space; value range: [400, 8000]
  • 40-GB increments.
Declaration
public Input<int> CoreDiskSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

CoreDiskType

Valid values are cloud_ssd, cloud_efficiency, local_hdd_pro, local_ssd_pro. local_disk size is fixed.

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

CoreInstanceQuantity

default=2. if core_instance_quantity > 1,this is cluster's instance. if core_instance_quantity = 1,this is a single instance.

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

CoreInstanceType

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

DeletionProtection

the switch of delete protection. true: delete protect, false: no delete protect. you must set false when you want to delete cluster.

Declaration
public Input<bool> DeletionProtection { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Duration

1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 60, valid when pay_type = PrePaid. unit: month.

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

Engine

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

EngineVersion

hbase major version. hbase:1.1/2.0, hbaseue:2.0, bds:1.0, unsupport other engine temporarily. Value options can refer to the latest docs CreateInstance.

  • master_instance_type、core_instance_type - (Required, ForceNew) Instance specification. see Instance specifications. or you can call describeInstanceType api.
Declaration
public Input<string> EngineVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MaintainEndTime

The end time of the operation and maintenance time period of the instance, in the format of HH:mmZ (UTC time).

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

MaintainStartTime

The start time of the operation and maintenance time period of the instance, in the format of HH:mmZ (UTC time).

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

MasterInstanceType

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

Name

HBase instance name. Length must be 2-128 characters long. Only Chinese characters, English letters, numbers, period (.), underline (_), or dash (-) are permitted.

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

PayType

Valid values are PrePaid, PostPaid,System default to PostPaid.

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

if vswitch_id is not empty, that mean net_type = vpc and has a same region. if vswitch_id is empty, net_type_classic

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

ZoneId

The Zone to launch the HBase instance. if vswitch_id is not empty, this zone_id can be "" or consistent.

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