1. Packages
  2. Volcengine
  3. API Docs
  4. escloud_v2
  5. EscloudInstancesV2
Volcengine v0.0.29 published on Tuesday, Apr 29, 2025 by Volcengine

volcengine.escloud_v2.EscloudInstancesV2

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.29 published on Tuesday, Apr 29, 2025 by Volcengine

    Using EscloudInstancesV2

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function escloudInstancesV2(args: EscloudInstancesV2Args, opts?: InvokeOptions): Promise<EscloudInstancesV2Result>
    function escloudInstancesV2Output(args: EscloudInstancesV2OutputArgs, opts?: InvokeOptions): Output<EscloudInstancesV2Result>
    def escloud_instances_v2(charge_types: Optional[Sequence[str]] = None,
                             ids: Optional[Sequence[str]] = None,
                             instance_names: Optional[Sequence[str]] = None,
                             output_file: Optional[str] = None,
                             project_name: Optional[str] = None,
                             statuses: Optional[Sequence[str]] = None,
                             tags: Optional[Sequence[EscloudInstancesV2Tag]] = None,
                             versions: Optional[Sequence[str]] = None,
                             zone_ids: Optional[Sequence[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> EscloudInstancesV2Result
    def escloud_instances_v2_output(charge_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             instance_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             output_file: Optional[pulumi.Input[str]] = None,
                             project_name: Optional[pulumi.Input[str]] = None,
                             statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[EscloudInstancesV2TagArgs]]]] = None,
                             versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             zone_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[EscloudInstancesV2Result]
    func EscloudInstancesV2(ctx *Context, args *EscloudInstancesV2Args, opts ...InvokeOption) (*EscloudInstancesV2Result, error)
    func EscloudInstancesV2Output(ctx *Context, args *EscloudInstancesV2OutputArgs, opts ...InvokeOption) EscloudInstancesV2ResultOutput
    public static class EscloudInstancesV2 
    {
        public static Task<EscloudInstancesV2Result> InvokeAsync(EscloudInstancesV2Args args, InvokeOptions? opts = null)
        public static Output<EscloudInstancesV2Result> Invoke(EscloudInstancesV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<EscloudInstancesV2Result> escloudInstancesV2(EscloudInstancesV2Args args, InvokeOptions options)
    public static Output<EscloudInstancesV2Result> escloudInstancesV2(EscloudInstancesV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:escloud_v2:EscloudInstancesV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ChargeTypes List<string>
    Ids List<string>
    InstanceNames List<string>
    OutputFile string
    ProjectName string
    Statuses List<string>
    Tags List<EscloudInstancesV2Tag>
    Versions List<string>
    ZoneIds List<string>
    ChargeTypes []string
    Ids []string
    InstanceNames []string
    OutputFile string
    ProjectName string
    Statuses []string
    Tags []EscloudInstancesV2Tag
    Versions []string
    ZoneIds []string
    chargeTypes List<String>
    ids List<String>
    instanceNames List<String>
    outputFile String
    projectName String
    statuses List<String>
    tags List<EscloudInstancesV2Tag>
    versions List<String>
    zoneIds List<String>
    chargeTypes string[]
    ids string[]
    instanceNames string[]
    outputFile string
    projectName string
    statuses string[]
    tags EscloudInstancesV2Tag[]
    versions string[]
    zoneIds string[]
    charge_types Sequence[str]
    ids Sequence[str]
    instance_names Sequence[str]
    output_file str
    project_name str
    statuses Sequence[str]
    tags Sequence[EscloudInstancesV2Tag]
    versions Sequence[str]
    zone_ids Sequence[str]
    chargeTypes List<String>
    ids List<String>
    instanceNames List<String>
    outputFile String
    projectName String
    statuses List<String>
    tags List<Property Map>
    versions List<String>
    zoneIds List<String>

    EscloudInstancesV2 Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Instances List<EscloudInstancesV2Instance>
    TotalCount int
    ChargeTypes List<string>
    Ids List<string>
    InstanceNames List<string>
    OutputFile string
    ProjectName string
    Statuses List<string>
    Tags List<EscloudInstancesV2Tag>
    Versions List<string>
    ZoneIds List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Instances []EscloudInstancesV2Instance
    TotalCount int
    ChargeTypes []string
    Ids []string
    InstanceNames []string
    OutputFile string
    ProjectName string
    Statuses []string
    Tags []EscloudInstancesV2Tag
    Versions []string
    ZoneIds []string
    id String
    The provider-assigned unique ID for this managed resource.
    instances List<EscloudInstancesV2Instance>
    totalCount Integer
    chargeTypes List<String>
    ids List<String>
    instanceNames List<String>
    outputFile String
    projectName String
    statuses List<String>
    tags List<EscloudInstancesV2Tag>
    versions List<String>
    zoneIds List<String>
    id string
    The provider-assigned unique ID for this managed resource.
    instances EscloudInstancesV2Instance[]
    totalCount number
    chargeTypes string[]
    ids string[]
    instanceNames string[]
    outputFile string
    projectName string
    statuses string[]
    tags EscloudInstancesV2Tag[]
    versions string[]
    zoneIds string[]
    id str
    The provider-assigned unique ID for this managed resource.
    instances Sequence[EscloudInstancesV2Instance]
    total_count int
    charge_types Sequence[str]
    ids Sequence[str]
    instance_names Sequence[str]
    output_file str
    project_name str
    statuses Sequence[str]
    tags Sequence[EscloudInstancesV2Tag]
    versions Sequence[str]
    zone_ids Sequence[str]
    id String
    The provider-assigned unique ID for this managed resource.
    instances List<Property Map>
    totalCount Number
    chargeTypes List<String>
    ids List<String>
    instanceNames List<String>
    outputFile String
    projectName String
    statuses List<String>
    tags List<Property Map>
    versions List<String>
    zoneIds List<String>

    Supporting Types

    EscloudInstancesV2Instance

    CerebroEnabled bool
    Whether to enable cerebro.
    CerebroPrivateDomain string
    The cerebro private domain of instance.
    CerebroPublicDomain string
    The cerebro public domain of instance.
    ChargeEnabled bool
    The charge status of instance.
    ClusterId string
    The cluster id of instance.
    CreateTime string
    The create time of instance.
    DeletionProtection bool
    Whether enable deletion protection for ESCloud instance.
    EnableEsPrivateDomainPublic bool
    whether enable es private domain public.
    EnableEsPrivateNetwork bool
    whether enable es private network.
    EnableEsPublicNetwork bool
    whether enable es public network.
    EnableKibanaPrivateDomainPublic bool
    whether enable kibana private domain public.
    EnableKibanaPrivateNetwork bool
    whether enable kibana private network.
    EnableKibanaPublicNetwork bool
    whether enable kibana public network.
    EsEip string
    The eip address of instance.
    EsEipId string
    The eip id associated with the instance.
    EsInnerEndpoint string
    The es inner endpoint of instance.
    EsPrivateDomain string
    The es private domain of instance.
    EsPrivateEndpoint string
    The es private endpoint of instance.
    EsPrivateIpWhitelist string
    The whitelist of es private ip.
    EsPublicDomain string
    The es public domain of instance.
    EsPublicEndpoint string
    The es public endpoint of instance.
    EsPublicIpWhitelist string
    The whitelist of es public ip.
    ExpireDate string
    The expire time of instance.
    Id string
    The id of instance.
    InstanceConfigurations List<EscloudInstancesV2InstanceInstanceConfiguration>
    The configuration of instance.
    InstanceId string
    The id of instance.
    KibanaEip string
    The eip address of kibana.
    KibanaEipId string
    The eip id associated with kibana.
    KibanaPrivateDomain string
    The kibana private domain of instance.
    KibanaPrivateIpWhitelist string
    The whitelist of kibana private ip.
    KibanaPublicDomain string
    The kibana public domain of instance.
    KibanaPublicIpWhitelist string
    The whitelist of kibana public ip.
    MainZoneId string
    The main zone id of instance.
    MaintenanceDays List<string>
    The maintenance day of instance.
    MaintenanceTime string
    The maintenance time of instance.
    Nodes List<EscloudInstancesV2InstanceNode>
    The nodes info of instance.
    Plugins List<EscloudInstancesV2InstancePlugin>
    The plugin info of instance.
    Status string
    The status of instance.
    SupportCodeNode bool
    Whether support code node.
    Tags List<EscloudInstancesV2InstanceTag>
    Tags.
    TotalNodes int
    The total nodes of instance.
    UserId string
    The user id of instance.
    CerebroEnabled bool
    Whether to enable cerebro.
    CerebroPrivateDomain string
    The cerebro private domain of instance.
    CerebroPublicDomain string
    The cerebro public domain of instance.
    ChargeEnabled bool
    The charge status of instance.
    ClusterId string
    The cluster id of instance.
    CreateTime string
    The create time of instance.
    DeletionProtection bool
    Whether enable deletion protection for ESCloud instance.
    EnableEsPrivateDomainPublic bool
    whether enable es private domain public.
    EnableEsPrivateNetwork bool
    whether enable es private network.
    EnableEsPublicNetwork bool
    whether enable es public network.
    EnableKibanaPrivateDomainPublic bool
    whether enable kibana private domain public.
    EnableKibanaPrivateNetwork bool
    whether enable kibana private network.
    EnableKibanaPublicNetwork bool
    whether enable kibana public network.
    EsEip string
    The eip address of instance.
    EsEipId string
    The eip id associated with the instance.
    EsInnerEndpoint string
    The es inner endpoint of instance.
    EsPrivateDomain string
    The es private domain of instance.
    EsPrivateEndpoint string
    The es private endpoint of instance.
    EsPrivateIpWhitelist string
    The whitelist of es private ip.
    EsPublicDomain string
    The es public domain of instance.
    EsPublicEndpoint string
    The es public endpoint of instance.
    EsPublicIpWhitelist string
    The whitelist of es public ip.
    ExpireDate string
    The expire time of instance.
    Id string
    The id of instance.
    InstanceConfigurations []EscloudInstancesV2InstanceInstanceConfiguration
    The configuration of instance.
    InstanceId string
    The id of instance.
    KibanaEip string
    The eip address of kibana.
    KibanaEipId string
    The eip id associated with kibana.
    KibanaPrivateDomain string
    The kibana private domain of instance.
    KibanaPrivateIpWhitelist string
    The whitelist of kibana private ip.
    KibanaPublicDomain string
    The kibana public domain of instance.
    KibanaPublicIpWhitelist string
    The whitelist of kibana public ip.
    MainZoneId string
    The main zone id of instance.
    MaintenanceDays []string
    The maintenance day of instance.
    MaintenanceTime string
    The maintenance time of instance.
    Nodes []EscloudInstancesV2InstanceNode
    The nodes info of instance.
    Plugins []EscloudInstancesV2InstancePlugin
    The plugin info of instance.
    Status string
    The status of instance.
    SupportCodeNode bool
    Whether support code node.
    Tags []EscloudInstancesV2InstanceTag
    Tags.
    TotalNodes int
    The total nodes of instance.
    UserId string
    The user id of instance.
    cerebroEnabled Boolean
    Whether to enable cerebro.
    cerebroPrivateDomain String
    The cerebro private domain of instance.
    cerebroPublicDomain String
    The cerebro public domain of instance.
    chargeEnabled Boolean
    The charge status of instance.
    clusterId String
    The cluster id of instance.
    createTime String
    The create time of instance.
    deletionProtection Boolean
    Whether enable deletion protection for ESCloud instance.
    enableEsPrivateDomainPublic Boolean
    whether enable es private domain public.
    enableEsPrivateNetwork Boolean
    whether enable es private network.
    enableEsPublicNetwork Boolean
    whether enable es public network.
    enableKibanaPrivateDomainPublic Boolean
    whether enable kibana private domain public.
    enableKibanaPrivateNetwork Boolean
    whether enable kibana private network.
    enableKibanaPublicNetwork Boolean
    whether enable kibana public network.
    esEip String
    The eip address of instance.
    esEipId String
    The eip id associated with the instance.
    esInnerEndpoint String
    The es inner endpoint of instance.
    esPrivateDomain String
    The es private domain of instance.
    esPrivateEndpoint String
    The es private endpoint of instance.
    esPrivateIpWhitelist String
    The whitelist of es private ip.
    esPublicDomain String
    The es public domain of instance.
    esPublicEndpoint String
    The es public endpoint of instance.
    esPublicIpWhitelist String
    The whitelist of es public ip.
    expireDate String
    The expire time of instance.
    id String
    The id of instance.
    instanceConfigurations List<EscloudInstancesV2InstanceInstanceConfiguration>
    The configuration of instance.
    instanceId String
    The id of instance.
    kibanaEip String
    The eip address of kibana.
    kibanaEipId String
    The eip id associated with kibana.
    kibanaPrivateDomain String
    The kibana private domain of instance.
    kibanaPrivateIpWhitelist String
    The whitelist of kibana private ip.
    kibanaPublicDomain String
    The kibana public domain of instance.
    kibanaPublicIpWhitelist String
    The whitelist of kibana public ip.
    mainZoneId String
    The main zone id of instance.
    maintenanceDays List<String>
    The maintenance day of instance.
    maintenanceTime String
    The maintenance time of instance.
    nodes List<EscloudInstancesV2InstanceNode>
    The nodes info of instance.
    plugins List<EscloudInstancesV2InstancePlugin>
    The plugin info of instance.
    status String
    The status of instance.
    supportCodeNode Boolean
    Whether support code node.
    tags List<EscloudInstancesV2InstanceTag>
    Tags.
    totalNodes Integer
    The total nodes of instance.
    userId String
    The user id of instance.
    cerebroEnabled boolean
    Whether to enable cerebro.
    cerebroPrivateDomain string
    The cerebro private domain of instance.
    cerebroPublicDomain string
    The cerebro public domain of instance.
    chargeEnabled boolean
    The charge status of instance.
    clusterId string
    The cluster id of instance.
    createTime string
    The create time of instance.
    deletionProtection boolean
    Whether enable deletion protection for ESCloud instance.
    enableEsPrivateDomainPublic boolean
    whether enable es private domain public.
    enableEsPrivateNetwork boolean
    whether enable es private network.
    enableEsPublicNetwork boolean
    whether enable es public network.
    enableKibanaPrivateDomainPublic boolean
    whether enable kibana private domain public.
    enableKibanaPrivateNetwork boolean
    whether enable kibana private network.
    enableKibanaPublicNetwork boolean
    whether enable kibana public network.
    esEip string
    The eip address of instance.
    esEipId string
    The eip id associated with the instance.
    esInnerEndpoint string
    The es inner endpoint of instance.
    esPrivateDomain string
    The es private domain of instance.
    esPrivateEndpoint string
    The es private endpoint of instance.
    esPrivateIpWhitelist string
    The whitelist of es private ip.
    esPublicDomain string
    The es public domain of instance.
    esPublicEndpoint string
    The es public endpoint of instance.
    esPublicIpWhitelist string
    The whitelist of es public ip.
    expireDate string
    The expire time of instance.
    id string
    The id of instance.
    instanceConfigurations EscloudInstancesV2InstanceInstanceConfiguration[]
    The configuration of instance.
    instanceId string
    The id of instance.
    kibanaEip string
    The eip address of kibana.
    kibanaEipId string
    The eip id associated with kibana.
    kibanaPrivateDomain string
    The kibana private domain of instance.
    kibanaPrivateIpWhitelist string
    The whitelist of kibana private ip.
    kibanaPublicDomain string
    The kibana public domain of instance.
    kibanaPublicIpWhitelist string
    The whitelist of kibana public ip.
    mainZoneId string
    The main zone id of instance.
    maintenanceDays string[]
    The maintenance day of instance.
    maintenanceTime string
    The maintenance time of instance.
    nodes EscloudInstancesV2InstanceNode[]
    The nodes info of instance.
    plugins EscloudInstancesV2InstancePlugin[]
    The plugin info of instance.
    status string
    The status of instance.
    supportCodeNode boolean
    Whether support code node.
    tags EscloudInstancesV2InstanceTag[]
    Tags.
    totalNodes number
    The total nodes of instance.
    userId string
    The user id of instance.
    cerebro_enabled bool
    Whether to enable cerebro.
    cerebro_private_domain str
    The cerebro private domain of instance.
    cerebro_public_domain str
    The cerebro public domain of instance.
    charge_enabled bool
    The charge status of instance.
    cluster_id str
    The cluster id of instance.
    create_time str
    The create time of instance.
    deletion_protection bool
    Whether enable deletion protection for ESCloud instance.
    enable_es_private_domain_public bool
    whether enable es private domain public.
    enable_es_private_network bool
    whether enable es private network.
    enable_es_public_network bool
    whether enable es public network.
    enable_kibana_private_domain_public bool
    whether enable kibana private domain public.
    enable_kibana_private_network bool
    whether enable kibana private network.
    enable_kibana_public_network bool
    whether enable kibana public network.
    es_eip str
    The eip address of instance.
    es_eip_id str
    The eip id associated with the instance.
    es_inner_endpoint str
    The es inner endpoint of instance.
    es_private_domain str
    The es private domain of instance.
    es_private_endpoint str
    The es private endpoint of instance.
    es_private_ip_whitelist str
    The whitelist of es private ip.
    es_public_domain str
    The es public domain of instance.
    es_public_endpoint str
    The es public endpoint of instance.
    es_public_ip_whitelist str
    The whitelist of es public ip.
    expire_date str
    The expire time of instance.
    id str
    The id of instance.
    instance_configurations Sequence[EscloudInstancesV2InstanceInstanceConfiguration]
    The configuration of instance.
    instance_id str
    The id of instance.
    kibana_eip str
    The eip address of kibana.
    kibana_eip_id str
    The eip id associated with kibana.
    kibana_private_domain str
    The kibana private domain of instance.
    kibana_private_ip_whitelist str
    The whitelist of kibana private ip.
    kibana_public_domain str
    The kibana public domain of instance.
    kibana_public_ip_whitelist str
    The whitelist of kibana public ip.
    main_zone_id str
    The main zone id of instance.
    maintenance_days Sequence[str]
    The maintenance day of instance.
    maintenance_time str
    The maintenance time of instance.
    nodes Sequence[EscloudInstancesV2InstanceNode]
    The nodes info of instance.
    plugins Sequence[EscloudInstancesV2InstancePlugin]
    The plugin info of instance.
    status str
    The status of instance.
    support_code_node bool
    Whether support code node.
    tags Sequence[EscloudInstancesV2InstanceTag]
    Tags.
    total_nodes int
    The total nodes of instance.
    user_id str
    The user id of instance.
    cerebroEnabled Boolean
    Whether to enable cerebro.
    cerebroPrivateDomain String
    The cerebro private domain of instance.
    cerebroPublicDomain String
    The cerebro public domain of instance.
    chargeEnabled Boolean
    The charge status of instance.
    clusterId String
    The cluster id of instance.
    createTime String
    The create time of instance.
    deletionProtection Boolean
    Whether enable deletion protection for ESCloud instance.
    enableEsPrivateDomainPublic Boolean
    whether enable es private domain public.
    enableEsPrivateNetwork Boolean
    whether enable es private network.
    enableEsPublicNetwork Boolean
    whether enable es public network.
    enableKibanaPrivateDomainPublic Boolean
    whether enable kibana private domain public.
    enableKibanaPrivateNetwork Boolean
    whether enable kibana private network.
    enableKibanaPublicNetwork Boolean
    whether enable kibana public network.
    esEip String
    The eip address of instance.
    esEipId String
    The eip id associated with the instance.
    esInnerEndpoint String
    The es inner endpoint of instance.
    esPrivateDomain String
    The es private domain of instance.
    esPrivateEndpoint String
    The es private endpoint of instance.
    esPrivateIpWhitelist String
    The whitelist of es private ip.
    esPublicDomain String
    The es public domain of instance.
    esPublicEndpoint String
    The es public endpoint of instance.
    esPublicIpWhitelist String
    The whitelist of es public ip.
    expireDate String
    The expire time of instance.
    id String
    The id of instance.
    instanceConfigurations List<Property Map>
    The configuration of instance.
    instanceId String
    The id of instance.
    kibanaEip String
    The eip address of kibana.
    kibanaEipId String
    The eip id associated with kibana.
    kibanaPrivateDomain String
    The kibana private domain of instance.
    kibanaPrivateIpWhitelist String
    The whitelist of kibana private ip.
    kibanaPublicDomain String
    The kibana public domain of instance.
    kibanaPublicIpWhitelist String
    The whitelist of kibana public ip.
    mainZoneId String
    The main zone id of instance.
    maintenanceDays List<String>
    The maintenance day of instance.
    maintenanceTime String
    The maintenance time of instance.
    nodes List<Property Map>
    The nodes info of instance.
    plugins List<Property Map>
    The plugin info of instance.
    status String
    The status of instance.
    supportCodeNode Boolean
    Whether support code node.
    tags List<Property Map>
    Tags.
    totalNodes Number
    The total nodes of instance.
    userId String
    The user id of instance.

    EscloudInstancesV2InstanceInstanceConfiguration

    AdminUserName string
    The user name of instance.
    ChargeType string
    The charge type of instance.
    ColdNodeNumber int
    The node number of cold.
    ColdNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationColdNodeResourceSpec>
    The node resource spec of cold.
    ColdNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationColdNodeStorageSpec>
    The node storage spec of cold.
    CoordinatorNodeNumber int
    The node number of coordinator.
    CoordinatorNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeResourceSpec>
    The node resource spec of coordinator.
    CoordinatorNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeStorageSpec>
    The node storage spec of coordinator.
    EnableHttps bool
    whether enable https.
    EnablePureMaster bool
    Whether enable pure master.
    HotNodeNumber int
    The node number of hot.
    HotNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationHotNodeResourceSpec>
    The node resource spec of hot.
    HotNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationHotNodeStorageSpec>
    The node storage spec of hot.
    InstanceName string
    The name of instance.
    KibanaNodeNumber int
    The node number of kibana.
    KibanaNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeResourceSpec>
    The node resource spec of kibana.
    KibanaNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeStorageSpec>
    The node storage spec of kibana.
    MasterNodeNumber int
    The node number of master.
    MasterNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationMasterNodeResourceSpec>
    The node resource spec of master.
    MasterNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationMasterNodeStorageSpec>
    The node storage spec of master.
    Period int
    The period of project.
    ProjectName string
    The name of project.
    RegionId string
    The region info of instance.
    Subnets List<EscloudInstancesV2InstanceInstanceConfigurationSubnet>
    The subnet info.
    Version string
    The version of instance.
    Vpcs List<EscloudInstancesV2InstanceInstanceConfigurationVpc>
    The vpc info.
    WarmNodeNumber int
    The node number of warm.
    WarmNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationWarmNodeResourceSpec>
    The node resource spec of warm.
    WarmNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationWarmNodeStorageSpec>
    The node storage spec of warm.
    ZoneId string
    The zoneId of instance.
    ZoneNumber int
    The zone number of instance.
    AdminUserName string
    The user name of instance.
    ChargeType string
    The charge type of instance.
    ColdNodeNumber int
    The node number of cold.
    ColdNodeResourceSpecs []EscloudInstancesV2InstanceInstanceConfigurationColdNodeResourceSpec
    The node resource spec of cold.
    ColdNodeStorageSpecs []EscloudInstancesV2InstanceInstanceConfigurationColdNodeStorageSpec
    The node storage spec of cold.
    CoordinatorNodeNumber int
    The node number of coordinator.
    CoordinatorNodeResourceSpecs []EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeResourceSpec
    The node resource spec of coordinator.
    CoordinatorNodeStorageSpecs []EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeStorageSpec
    The node storage spec of coordinator.
    EnableHttps bool
    whether enable https.
    EnablePureMaster bool
    Whether enable pure master.
    HotNodeNumber int
    The node number of hot.
    HotNodeResourceSpecs []EscloudInstancesV2InstanceInstanceConfigurationHotNodeResourceSpec
    The node resource spec of hot.
    HotNodeStorageSpecs []EscloudInstancesV2InstanceInstanceConfigurationHotNodeStorageSpec
    The node storage spec of hot.
    InstanceName string
    The name of instance.
    KibanaNodeNumber int
    The node number of kibana.
    KibanaNodeResourceSpecs []EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeResourceSpec
    The node resource spec of kibana.
    KibanaNodeStorageSpecs []EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeStorageSpec
    The node storage spec of kibana.
    MasterNodeNumber int
    The node number of master.
    MasterNodeResourceSpecs []EscloudInstancesV2InstanceInstanceConfigurationMasterNodeResourceSpec
    The node resource spec of master.
    MasterNodeStorageSpecs []EscloudInstancesV2InstanceInstanceConfigurationMasterNodeStorageSpec
    The node storage spec of master.
    Period int
    The period of project.
    ProjectName string
    The name of project.
    RegionId string
    The region info of instance.
    Subnets []EscloudInstancesV2InstanceInstanceConfigurationSubnet
    The subnet info.
    Version string
    The version of instance.
    Vpcs []EscloudInstancesV2InstanceInstanceConfigurationVpc
    The vpc info.
    WarmNodeNumber int
    The node number of warm.
    WarmNodeResourceSpecs []EscloudInstancesV2InstanceInstanceConfigurationWarmNodeResourceSpec
    The node resource spec of warm.
    WarmNodeStorageSpecs []EscloudInstancesV2InstanceInstanceConfigurationWarmNodeStorageSpec
    The node storage spec of warm.
    ZoneId string
    The zoneId of instance.
    ZoneNumber int
    The zone number of instance.
    adminUserName String
    The user name of instance.
    chargeType String
    The charge type of instance.
    coldNodeNumber Integer
    The node number of cold.
    coldNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationColdNodeResourceSpec>
    The node resource spec of cold.
    coldNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationColdNodeStorageSpec>
    The node storage spec of cold.
    coordinatorNodeNumber Integer
    The node number of coordinator.
    coordinatorNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeResourceSpec>
    The node resource spec of coordinator.
    coordinatorNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeStorageSpec>
    The node storage spec of coordinator.
    enableHttps Boolean
    whether enable https.
    enablePureMaster Boolean
    Whether enable pure master.
    hotNodeNumber Integer
    The node number of hot.
    hotNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationHotNodeResourceSpec>
    The node resource spec of hot.
    hotNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationHotNodeStorageSpec>
    The node storage spec of hot.
    instanceName String
    The name of instance.
    kibanaNodeNumber Integer
    The node number of kibana.
    kibanaNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeResourceSpec>
    The node resource spec of kibana.
    kibanaNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeStorageSpec>
    The node storage spec of kibana.
    masterNodeNumber Integer
    The node number of master.
    masterNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationMasterNodeResourceSpec>
    The node resource spec of master.
    masterNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationMasterNodeStorageSpec>
    The node storage spec of master.
    period Integer
    The period of project.
    projectName String
    The name of project.
    regionId String
    The region info of instance.
    subnets List<EscloudInstancesV2InstanceInstanceConfigurationSubnet>
    The subnet info.
    version String
    The version of instance.
    vpcs List<EscloudInstancesV2InstanceInstanceConfigurationVpc>
    The vpc info.
    warmNodeNumber Integer
    The node number of warm.
    warmNodeResourceSpecs List<EscloudInstancesV2InstanceInstanceConfigurationWarmNodeResourceSpec>
    The node resource spec of warm.
    warmNodeStorageSpecs List<EscloudInstancesV2InstanceInstanceConfigurationWarmNodeStorageSpec>
    The node storage spec of warm.
    zoneId String
    The zoneId of instance.
    zoneNumber Integer
    The zone number of instance.
    adminUserName string
    The user name of instance.
    chargeType string
    The charge type of instance.
    coldNodeNumber number
    The node number of cold.
    coldNodeResourceSpecs EscloudInstancesV2InstanceInstanceConfigurationColdNodeResourceSpec[]
    The node resource spec of cold.
    coldNodeStorageSpecs EscloudInstancesV2InstanceInstanceConfigurationColdNodeStorageSpec[]
    The node storage spec of cold.
    coordinatorNodeNumber number
    The node number of coordinator.
    coordinatorNodeResourceSpecs EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeResourceSpec[]
    The node resource spec of coordinator.
    coordinatorNodeStorageSpecs EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeStorageSpec[]
    The node storage spec of coordinator.
    enableHttps boolean
    whether enable https.
    enablePureMaster boolean
    Whether enable pure master.
    hotNodeNumber number
    The node number of hot.
    hotNodeResourceSpecs EscloudInstancesV2InstanceInstanceConfigurationHotNodeResourceSpec[]
    The node resource spec of hot.
    hotNodeStorageSpecs EscloudInstancesV2InstanceInstanceConfigurationHotNodeStorageSpec[]
    The node storage spec of hot.
    instanceName string
    The name of instance.
    kibanaNodeNumber number
    The node number of kibana.
    kibanaNodeResourceSpecs EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeResourceSpec[]
    The node resource spec of kibana.
    kibanaNodeStorageSpecs EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeStorageSpec[]
    The node storage spec of kibana.
    masterNodeNumber number
    The node number of master.
    masterNodeResourceSpecs EscloudInstancesV2InstanceInstanceConfigurationMasterNodeResourceSpec[]
    The node resource spec of master.
    masterNodeStorageSpecs EscloudInstancesV2InstanceInstanceConfigurationMasterNodeStorageSpec[]
    The node storage spec of master.
    period number
    The period of project.
    projectName string
    The name of project.
    regionId string
    The region info of instance.
    subnets EscloudInstancesV2InstanceInstanceConfigurationSubnet[]
    The subnet info.
    version string
    The version of instance.
    vpcs EscloudInstancesV2InstanceInstanceConfigurationVpc[]
    The vpc info.
    warmNodeNumber number
    The node number of warm.
    warmNodeResourceSpecs EscloudInstancesV2InstanceInstanceConfigurationWarmNodeResourceSpec[]
    The node resource spec of warm.
    warmNodeStorageSpecs EscloudInstancesV2InstanceInstanceConfigurationWarmNodeStorageSpec[]
    The node storage spec of warm.
    zoneId string
    The zoneId of instance.
    zoneNumber number
    The zone number of instance.
    admin_user_name str
    The user name of instance.
    charge_type str
    The charge type of instance.
    cold_node_number int
    The node number of cold.
    cold_node_resource_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationColdNodeResourceSpec]
    The node resource spec of cold.
    cold_node_storage_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationColdNodeStorageSpec]
    The node storage spec of cold.
    coordinator_node_number int
    The node number of coordinator.
    coordinator_node_resource_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeResourceSpec]
    The node resource spec of coordinator.
    coordinator_node_storage_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeStorageSpec]
    The node storage spec of coordinator.
    enable_https bool
    whether enable https.
    enable_pure_master bool
    Whether enable pure master.
    hot_node_number int
    The node number of hot.
    hot_node_resource_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationHotNodeResourceSpec]
    The node resource spec of hot.
    hot_node_storage_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationHotNodeStorageSpec]
    The node storage spec of hot.
    instance_name str
    The name of instance.
    kibana_node_number int
    The node number of kibana.
    kibana_node_resource_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeResourceSpec]
    The node resource spec of kibana.
    kibana_node_storage_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeStorageSpec]
    The node storage spec of kibana.
    master_node_number int
    The node number of master.
    master_node_resource_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationMasterNodeResourceSpec]
    The node resource spec of master.
    master_node_storage_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationMasterNodeStorageSpec]
    The node storage spec of master.
    period int
    The period of project.
    project_name str
    The name of project.
    region_id str
    The region info of instance.
    subnets Sequence[EscloudInstancesV2InstanceInstanceConfigurationSubnet]
    The subnet info.
    version str
    The version of instance.
    vpcs Sequence[EscloudInstancesV2InstanceInstanceConfigurationVpc]
    The vpc info.
    warm_node_number int
    The node number of warm.
    warm_node_resource_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationWarmNodeResourceSpec]
    The node resource spec of warm.
    warm_node_storage_specs Sequence[EscloudInstancesV2InstanceInstanceConfigurationWarmNodeStorageSpec]
    The node storage spec of warm.
    zone_id str
    The zoneId of instance.
    zone_number int
    The zone number of instance.
    adminUserName String
    The user name of instance.
    chargeType String
    The charge type of instance.
    coldNodeNumber Number
    The node number of cold.
    coldNodeResourceSpecs List<Property Map>
    The node resource spec of cold.
    coldNodeStorageSpecs List<Property Map>
    The node storage spec of cold.
    coordinatorNodeNumber Number
    The node number of coordinator.
    coordinatorNodeResourceSpecs List<Property Map>
    The node resource spec of coordinator.
    coordinatorNodeStorageSpecs List<Property Map>
    The node storage spec of coordinator.
    enableHttps Boolean
    whether enable https.
    enablePureMaster Boolean
    Whether enable pure master.
    hotNodeNumber Number
    The node number of hot.
    hotNodeResourceSpecs List<Property Map>
    The node resource spec of hot.
    hotNodeStorageSpecs List<Property Map>
    The node storage spec of hot.
    instanceName String
    The name of instance.
    kibanaNodeNumber Number
    The node number of kibana.
    kibanaNodeResourceSpecs List<Property Map>
    The node resource spec of kibana.
    kibanaNodeStorageSpecs List<Property Map>
    The node storage spec of kibana.
    masterNodeNumber Number
    The node number of master.
    masterNodeResourceSpecs List<Property Map>
    The node resource spec of master.
    masterNodeStorageSpecs List<Property Map>
    The node storage spec of master.
    period Number
    The period of project.
    projectName String
    The name of project.
    regionId String
    The region info of instance.
    subnets List<Property Map>
    The subnet info.
    version String
    The version of instance.
    vpcs List<Property Map>
    The vpc info.
    warmNodeNumber Number
    The node number of warm.
    warmNodeResourceSpecs List<Property Map>
    The node resource spec of warm.
    warmNodeStorageSpecs List<Property Map>
    The node storage spec of warm.
    zoneId String
    The zoneId of instance.
    zoneNumber Number
    The zone number of instance.

    EscloudInstancesV2InstanceInstanceConfigurationColdNodeResourceSpec

    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    cpu Integer
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Integer
    The memory info of resource spec.
    name String
    The name of resource spec.
    cpu number
    The cpu info of resource spec.
    description string
    The description of resource spec.
    displayName string
    The show name of resource spec.
    memory number
    The memory info of resource spec.
    name string
    The name of resource spec.
    cpu int
    The cpu info of resource spec.
    description str
    The description of resource spec.
    display_name str
    The show name of resource spec.
    memory int
    The memory info of resource spec.
    name str
    The name of resource spec.
    cpu Number
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Number
    The memory info of resource spec.
    name String
    The name of resource spec.

    EscloudInstancesV2InstanceInstanceConfigurationColdNodeStorageSpec

    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Integer
    The max size of storage spec.
    minSize Integer
    The min size of storage spec.
    name String
    The name of storage spec.
    size Integer
    The size of storage spec.
    description string
    The description of storage spec.
    displayName string
    The show name of storage spec.
    maxSize number
    The max size of storage spec.
    minSize number
    The min size of storage spec.
    name string
    The name of storage spec.
    size number
    The size of storage spec.
    description str
    The description of storage spec.
    display_name str
    The show name of storage spec.
    max_size int
    The max size of storage spec.
    min_size int
    The min size of storage spec.
    name str
    The name of storage spec.
    size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Number
    The max size of storage spec.
    minSize Number
    The min size of storage spec.
    name String
    The name of storage spec.
    size Number
    The size of storage spec.

    EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeResourceSpec

    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    cpu Integer
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Integer
    The memory info of resource spec.
    name String
    The name of resource spec.
    cpu number
    The cpu info of resource spec.
    description string
    The description of resource spec.
    displayName string
    The show name of resource spec.
    memory number
    The memory info of resource spec.
    name string
    The name of resource spec.
    cpu int
    The cpu info of resource spec.
    description str
    The description of resource spec.
    display_name str
    The show name of resource spec.
    memory int
    The memory info of resource spec.
    name str
    The name of resource spec.
    cpu Number
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Number
    The memory info of resource spec.
    name String
    The name of resource spec.

    EscloudInstancesV2InstanceInstanceConfigurationCoordinatorNodeStorageSpec

    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Integer
    The max size of storage spec.
    minSize Integer
    The min size of storage spec.
    name String
    The name of storage spec.
    size Integer
    The size of storage spec.
    description string
    The description of storage spec.
    displayName string
    The show name of storage spec.
    maxSize number
    The max size of storage spec.
    minSize number
    The min size of storage spec.
    name string
    The name of storage spec.
    size number
    The size of storage spec.
    description str
    The description of storage spec.
    display_name str
    The show name of storage spec.
    max_size int
    The max size of storage spec.
    min_size int
    The min size of storage spec.
    name str
    The name of storage spec.
    size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Number
    The max size of storage spec.
    minSize Number
    The min size of storage spec.
    name String
    The name of storage spec.
    size Number
    The size of storage spec.

    EscloudInstancesV2InstanceInstanceConfigurationHotNodeResourceSpec

    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    cpu Integer
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Integer
    The memory info of resource spec.
    name String
    The name of resource spec.
    cpu number
    The cpu info of resource spec.
    description string
    The description of resource spec.
    displayName string
    The show name of resource spec.
    memory number
    The memory info of resource spec.
    name string
    The name of resource spec.
    cpu int
    The cpu info of resource spec.
    description str
    The description of resource spec.
    display_name str
    The show name of resource spec.
    memory int
    The memory info of resource spec.
    name str
    The name of resource spec.
    cpu Number
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Number
    The memory info of resource spec.
    name String
    The name of resource spec.

    EscloudInstancesV2InstanceInstanceConfigurationHotNodeStorageSpec

    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Integer
    The max size of storage spec.
    minSize Integer
    The min size of storage spec.
    name String
    The name of storage spec.
    size Integer
    The size of storage spec.
    description string
    The description of storage spec.
    displayName string
    The show name of storage spec.
    maxSize number
    The max size of storage spec.
    minSize number
    The min size of storage spec.
    name string
    The name of storage spec.
    size number
    The size of storage spec.
    description str
    The description of storage spec.
    display_name str
    The show name of storage spec.
    max_size int
    The max size of storage spec.
    min_size int
    The min size of storage spec.
    name str
    The name of storage spec.
    size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Number
    The max size of storage spec.
    minSize Number
    The min size of storage spec.
    name String
    The name of storage spec.
    size Number
    The size of storage spec.

    EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeResourceSpec

    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    cpu Integer
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Integer
    The memory info of resource spec.
    name String
    The name of resource spec.
    cpu number
    The cpu info of resource spec.
    description string
    The description of resource spec.
    displayName string
    The show name of resource spec.
    memory number
    The memory info of resource spec.
    name string
    The name of resource spec.
    cpu int
    The cpu info of resource spec.
    description str
    The description of resource spec.
    display_name str
    The show name of resource spec.
    memory int
    The memory info of resource spec.
    name str
    The name of resource spec.
    cpu Number
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Number
    The memory info of resource spec.
    name String
    The name of resource spec.

    EscloudInstancesV2InstanceInstanceConfigurationKibanaNodeStorageSpec

    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Integer
    The max size of storage spec.
    minSize Integer
    The min size of storage spec.
    name String
    The name of storage spec.
    size Integer
    The size of storage spec.
    description string
    The description of storage spec.
    displayName string
    The show name of storage spec.
    maxSize number
    The max size of storage spec.
    minSize number
    The min size of storage spec.
    name string
    The name of storage spec.
    size number
    The size of storage spec.
    description str
    The description of storage spec.
    display_name str
    The show name of storage spec.
    max_size int
    The max size of storage spec.
    min_size int
    The min size of storage spec.
    name str
    The name of storage spec.
    size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Number
    The max size of storage spec.
    minSize Number
    The min size of storage spec.
    name String
    The name of storage spec.
    size Number
    The size of storage spec.

    EscloudInstancesV2InstanceInstanceConfigurationMasterNodeResourceSpec

    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    cpu Integer
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Integer
    The memory info of resource spec.
    name String
    The name of resource spec.
    cpu number
    The cpu info of resource spec.
    description string
    The description of resource spec.
    displayName string
    The show name of resource spec.
    memory number
    The memory info of resource spec.
    name string
    The name of resource spec.
    cpu int
    The cpu info of resource spec.
    description str
    The description of resource spec.
    display_name str
    The show name of resource spec.
    memory int
    The memory info of resource spec.
    name str
    The name of resource spec.
    cpu Number
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Number
    The memory info of resource spec.
    name String
    The name of resource spec.

    EscloudInstancesV2InstanceInstanceConfigurationMasterNodeStorageSpec

    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Integer
    The max size of storage spec.
    minSize Integer
    The min size of storage spec.
    name String
    The name of storage spec.
    size Integer
    The size of storage spec.
    description string
    The description of storage spec.
    displayName string
    The show name of storage spec.
    maxSize number
    The max size of storage spec.
    minSize number
    The min size of storage spec.
    name string
    The name of storage spec.
    size number
    The size of storage spec.
    description str
    The description of storage spec.
    display_name str
    The show name of storage spec.
    max_size int
    The max size of storage spec.
    min_size int
    The min size of storage spec.
    name str
    The name of storage spec.
    size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Number
    The max size of storage spec.
    minSize Number
    The min size of storage spec.
    name String
    The name of storage spec.
    size Number
    The size of storage spec.

    EscloudInstancesV2InstanceInstanceConfigurationSubnet

    SubnetId string
    The id of subnet.
    SubnetName string
    The name of subnet.
    SubnetId string
    The id of subnet.
    SubnetName string
    The name of subnet.
    subnetId String
    The id of subnet.
    subnetName String
    The name of subnet.
    subnetId string
    The id of subnet.
    subnetName string
    The name of subnet.
    subnet_id str
    The id of subnet.
    subnet_name str
    The name of subnet.
    subnetId String
    The id of subnet.
    subnetName String
    The name of subnet.

    EscloudInstancesV2InstanceInstanceConfigurationVpc

    VpcId string
    The id of vpc.
    VpcName string
    The name of vpc.
    VpcId string
    The id of vpc.
    VpcName string
    The name of vpc.
    vpcId String
    The id of vpc.
    vpcName String
    The name of vpc.
    vpcId string
    The id of vpc.
    vpcName string
    The name of vpc.
    vpc_id str
    The id of vpc.
    vpc_name str
    The name of vpc.
    vpcId String
    The id of vpc.
    vpcName String
    The name of vpc.

    EscloudInstancesV2InstanceInstanceConfigurationWarmNodeResourceSpec

    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Name string
    The name of resource spec.
    cpu Integer
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Integer
    The memory info of resource spec.
    name String
    The name of resource spec.
    cpu number
    The cpu info of resource spec.
    description string
    The description of resource spec.
    displayName string
    The show name of resource spec.
    memory number
    The memory info of resource spec.
    name string
    The name of resource spec.
    cpu int
    The cpu info of resource spec.
    description str
    The description of resource spec.
    display_name str
    The show name of resource spec.
    memory int
    The memory info of resource spec.
    name str
    The name of resource spec.
    cpu Number
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Number
    The memory info of resource spec.
    name String
    The name of resource spec.

    EscloudInstancesV2InstanceInstanceConfigurationWarmNodeStorageSpec

    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Integer
    The max size of storage spec.
    minSize Integer
    The min size of storage spec.
    name String
    The name of storage spec.
    size Integer
    The size of storage spec.
    description string
    The description of storage spec.
    displayName string
    The show name of storage spec.
    maxSize number
    The max size of storage spec.
    minSize number
    The min size of storage spec.
    name string
    The name of storage spec.
    size number
    The size of storage spec.
    description str
    The description of storage spec.
    display_name str
    The show name of storage spec.
    max_size int
    The max size of storage spec.
    min_size int
    The min size of storage spec.
    name str
    The name of storage spec.
    size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Number
    The max size of storage spec.
    minSize Number
    The min size of storage spec.
    name String
    The name of storage spec.
    size Number
    The size of storage spec.

    EscloudInstancesV2InstanceNode

    IsCold bool
    Is cold node.
    IsCoordinator bool
    Is coordinator node.
    IsHot bool
    Is hot node.
    IsKibana bool
    Is kibana node.
    IsMaster bool
    Is master node.
    IsWarm bool
    Is warm node.
    NodeDisplayName string
    The show name of node.
    NodeName string
    The name of node.
    ResourceSpecs List<EscloudInstancesV2InstanceNodeResourceSpec>
    The node resource spec of master.
    RestartNumber int
    The restart times of node.
    StartTime string
    The start time of node.
    Status string
    The status of node.
    StorageSpecs List<EscloudInstancesV2InstanceNodeStorageSpec>
    The node storage spec of master.
    IsCold bool
    Is cold node.
    IsCoordinator bool
    Is coordinator node.
    IsHot bool
    Is hot node.
    IsKibana bool
    Is kibana node.
    IsMaster bool
    Is master node.
    IsWarm bool
    Is warm node.
    NodeDisplayName string
    The show name of node.
    NodeName string
    The name of node.
    ResourceSpecs []EscloudInstancesV2InstanceNodeResourceSpec
    The node resource spec of master.
    RestartNumber int
    The restart times of node.
    StartTime string
    The start time of node.
    Status string
    The status of node.
    StorageSpecs []EscloudInstancesV2InstanceNodeStorageSpec
    The node storage spec of master.
    isCold Boolean
    Is cold node.
    isCoordinator Boolean
    Is coordinator node.
    isHot Boolean
    Is hot node.
    isKibana Boolean
    Is kibana node.
    isMaster Boolean
    Is master node.
    isWarm Boolean
    Is warm node.
    nodeDisplayName String
    The show name of node.
    nodeName String
    The name of node.
    resourceSpecs List<EscloudInstancesV2InstanceNodeResourceSpec>
    The node resource spec of master.
    restartNumber Integer
    The restart times of node.
    startTime String
    The start time of node.
    status String
    The status of node.
    storageSpecs List<EscloudInstancesV2InstanceNodeStorageSpec>
    The node storage spec of master.
    isCold boolean
    Is cold node.
    isCoordinator boolean
    Is coordinator node.
    isHot boolean
    Is hot node.
    isKibana boolean
    Is kibana node.
    isMaster boolean
    Is master node.
    isWarm boolean
    Is warm node.
    nodeDisplayName string
    The show name of node.
    nodeName string
    The name of node.
    resourceSpecs EscloudInstancesV2InstanceNodeResourceSpec[]
    The node resource spec of master.
    restartNumber number
    The restart times of node.
    startTime string
    The start time of node.
    status string
    The status of node.
    storageSpecs EscloudInstancesV2InstanceNodeStorageSpec[]
    The node storage spec of master.
    is_cold bool
    Is cold node.
    is_coordinator bool
    Is coordinator node.
    is_hot bool
    Is hot node.
    is_kibana bool
    Is kibana node.
    is_master bool
    Is master node.
    is_warm bool
    Is warm node.
    node_display_name str
    The show name of node.
    node_name str
    The name of node.
    resource_specs Sequence[EscloudInstancesV2InstanceNodeResourceSpec]
    The node resource spec of master.
    restart_number int
    The restart times of node.
    start_time str
    The start time of node.
    status str
    The status of node.
    storage_specs Sequence[EscloudInstancesV2InstanceNodeStorageSpec]
    The node storage spec of master.
    isCold Boolean
    Is cold node.
    isCoordinator Boolean
    Is coordinator node.
    isHot Boolean
    Is hot node.
    isKibana Boolean
    Is kibana node.
    isMaster Boolean
    Is master node.
    isWarm Boolean
    Is warm node.
    nodeDisplayName String
    The show name of node.
    nodeName String
    The name of node.
    resourceSpecs List<Property Map>
    The node resource spec of master.
    restartNumber Number
    The restart times of node.
    startTime String
    The start time of node.
    status String
    The status of node.
    storageSpecs List<Property Map>
    The node storage spec of master.

    EscloudInstancesV2InstanceNodeResourceSpec

    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    Cpu int
    The cpu info of resource spec.
    Description string
    The description of resource spec.
    DisplayName string
    The show name of resource spec.
    Memory int
    The memory info of resource spec.
    cpu Integer
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Integer
    The memory info of resource spec.
    cpu number
    The cpu info of resource spec.
    description string
    The description of resource spec.
    displayName string
    The show name of resource spec.
    memory number
    The memory info of resource spec.
    cpu int
    The cpu info of resource spec.
    description str
    The description of resource spec.
    display_name str
    The show name of resource spec.
    memory int
    The memory info of resource spec.
    cpu Number
    The cpu info of resource spec.
    description String
    The description of resource spec.
    displayName String
    The show name of resource spec.
    memory Number
    The memory info of resource spec.

    EscloudInstancesV2InstanceNodeStorageSpec

    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    Description string
    The description of storage spec.
    DisplayName string
    The show name of storage spec.
    MaxSize int
    The max size of storage spec.
    MinSize int
    The min size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Integer
    The max size of storage spec.
    minSize Integer
    The min size of storage spec.
    description string
    The description of storage spec.
    displayName string
    The show name of storage spec.
    maxSize number
    The max size of storage spec.
    minSize number
    The min size of storage spec.
    description str
    The description of storage spec.
    display_name str
    The show name of storage spec.
    max_size int
    The max size of storage spec.
    min_size int
    The min size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The show name of storage spec.
    maxSize Number
    The max size of storage spec.
    minSize Number
    The min size of storage spec.

    EscloudInstancesV2InstancePlugin

    Description string
    The description of plugin.
    PluginName string
    The name of plugin.
    Status string
    The status of plugin.
    Version string
    The version of plugin.
    Description string
    The description of plugin.
    PluginName string
    The name of plugin.
    Status string
    The status of plugin.
    Version string
    The version of plugin.
    description String
    The description of plugin.
    pluginName String
    The name of plugin.
    status String
    The status of plugin.
    version String
    The version of plugin.
    description string
    The description of plugin.
    pluginName string
    The name of plugin.
    status string
    The status of plugin.
    version string
    The version of plugin.
    description str
    The description of plugin.
    plugin_name str
    The name of plugin.
    status str
    The status of plugin.
    version str
    The version of plugin.
    description String
    The description of plugin.
    pluginName String
    The name of plugin.
    status String
    The status of plugin.
    version String
    The version of plugin.

    EscloudInstancesV2InstanceTag

    Key string
    The Key of Tags.
    Value string
    The Value of Tags.
    Key string
    The Key of Tags.
    Value string
    The Value of Tags.
    key String
    The Key of Tags.
    value String
    The Value of Tags.
    key string
    The Key of Tags.
    value string
    The Value of Tags.
    key str
    The Key of Tags.
    value str
    The Value of Tags.
    key String
    The Key of Tags.
    value String
    The Value of Tags.

    EscloudInstancesV2Tag

    Key string
    The Key of Tags.
    Values List<string>
    The Value of Tags.
    Key string
    The Key of Tags.
    Values []string
    The Value of Tags.
    key String
    The Key of Tags.
    values List<String>
    The Value of Tags.
    key string
    The Key of Tags.
    values string[]
    The Value of Tags.
    key str
    The Key of Tags.
    values Sequence[str]
    The Value of Tags.
    key String
    The Key of Tags.
    values List<String>
    The Value of Tags.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.29 published on Tuesday, Apr 29, 2025 by Volcengine