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

Constructors

View Source

InstanceArgs()

Declaration
public InstanceArgs()

Properties

View Source

DataNodeAmount

The Elasticsearch cluster's data node quantity, between 2 and 50.

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

DataNodeDiskSize

The single data node storage space.

  • cloud_ssd: An SSD disk, supports a maximum of 2048 GiB (2 TB).
  • cloud_efficiency An ultra disk, supports a maximum of 5120 GiB (5 TB). If the data to be stored is larger than 2048 GiB, an ultra disk can only support the following data sizes (GiB): [2560, 3072, 3584, 4096, 4608, 5120].
Declaration
public Input<int> DataNodeDiskSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

DataNodeDiskType

The data node disk type. Supported values: cloud_ssd, cloud_efficiency.

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

DataNodeSpec

The data node specifications of the Elasticsearch instance.

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

Description

The description of instance. It a string of 0 to 30 characters.

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

InstanceChargeType

Valid values are PrePaid, PostPaid, Default to PostPaid. From version 1.69.0, the Elasticsearch cluster allows you to update your instance_charge_ype from PostPaid to PrePaid, the following attributes are required: period. But, updating from PostPaid to PrePaid is not supported.

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

KibanaWhitelists

Set the Kibana's IP whitelist in internet network.

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

KmsEncryptedPassword

An KMS encrypts password used to a instance. If the password is filled in, this field will be ignored, but you have to specify one of password and kms_encrypted_password fields.

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

KmsEncryptionContext

An KMS encryption context used to decrypt kms_encrypted_password before creating or updating instance with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.

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

MasterNodeSpec

The dedicated master node spec. If specified, dedicated master node will be created.

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

Password

The password of the instance. The password can be 8 to 30 characters in length and must contain three of the following conditions: uppercase letters, lowercase letters, numbers, and special characters (!@#$%^&amp;*()_+-=).

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

Period

The duration that you will buy Elasticsearch instance (in month). It is valid when instance_charge_type is PrePaid. Valid values: [1~9], 12, 24, 36. Default to 1. From version 1.69.2, when to modify this value, the resource can renewal a PrePaid instance.

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

PrivateWhitelists

Set the instance's IP whitelist in VPC network.

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

PublicWhitelists

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

Tags

A mapping of tags to assign to the resource.

  • key: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:". It cannot contain "http://" and "https://". It cannot be a null string.
  • value: It can be up to 128 characters in length. It cannot contain "http://" and "https://". It can be a null string.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Version

Elasticsearch version. Supported values: 5.5.3_with_X-Pack, 6.3_with_X-Pack and 6.7_with_X-Pack.

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

VswitchId

The ID of VSwitch.

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

ZoneCount

The Multi-AZ supported for Elasticsearch, between 1 and 3. The data_node_amount value must be an integral multiple of the zone_count value.

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