1. Packages
  2. Volcengine
  3. API Docs
  4. veenedge
  5. CloudServers
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

volcengine.veenedge.CloudServers

Explore with Pulumi AI

Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

Use this data source to query detailed information of veenedge cloud servers

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";

const default = volcengine.veenedge.CloudServers({});
Copy
import pulumi
import pulumi_volcengine as volcengine

default = volcengine.veenedge.cloud_servers()
Copy
package main

import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/veenedge"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := veenedge.CloudServers(ctx, nil, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;

return await Deployment.RunAsync(() => 
{
    var @default = Volcengine.Veenedge.CloudServers.Invoke();

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.veenedge.VeenedgeFunctions;
import com.pulumi.volcengine.veenedge.inputs.CloudServersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var default = VeenedgeFunctions.CloudServers();

    }
}
Copy
variables:
  default:
    fn::invoke:
      Function: volcengine:veenedge:CloudServers
      Arguments: {}
Copy

Using CloudServers

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 cloudServers(args: CloudServersArgs, opts?: InvokeOptions): Promise<CloudServersResult>
function cloudServersOutput(args: CloudServersOutputArgs, opts?: InvokeOptions): Output<CloudServersResult>
Copy
def cloud_servers(ids: Optional[Sequence[str]] = None,
                  name_regex: Optional[str] = None,
                  output_file: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> CloudServersResult
def cloud_servers_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                  name_regex: Optional[pulumi.Input[str]] = None,
                  output_file: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[CloudServersResult]
Copy
func CloudServers(ctx *Context, args *CloudServersArgs, opts ...InvokeOption) (*CloudServersResult, error)
func CloudServersOutput(ctx *Context, args *CloudServersOutputArgs, opts ...InvokeOption) CloudServersResultOutput
Copy
public static class CloudServers 
{
    public static Task<CloudServersResult> InvokeAsync(CloudServersArgs args, InvokeOptions? opts = null)
    public static Output<CloudServersResult> Invoke(CloudServersInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<CloudServersResult> cloudServers(CloudServersArgs args, InvokeOptions options)
public static Output<CloudServersResult> cloudServers(CloudServersArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: volcengine:veenedge:CloudServers
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Ids List<string>
A list of cloud server IDs.
NameRegex string
A Name Regex of Cloud Server.
OutputFile string
File name where to save data source results.
Ids []string
A list of cloud server IDs.
NameRegex string
A Name Regex of Cloud Server.
OutputFile string
File name where to save data source results.
ids List<String>
A list of cloud server IDs.
nameRegex String
A Name Regex of Cloud Server.
outputFile String
File name where to save data source results.
ids string[]
A list of cloud server IDs.
nameRegex string
A Name Regex of Cloud Server.
outputFile string
File name where to save data source results.
ids Sequence[str]
A list of cloud server IDs.
name_regex str
A Name Regex of Cloud Server.
output_file str
File name where to save data source results.
ids List<String>
A list of cloud server IDs.
nameRegex String
A Name Regex of Cloud Server.
outputFile String
File name where to save data source results.

CloudServers Result

The following output properties are available:

CloudServers List<CloudServersCloudServer>
The collection of cloud servers query.
Id string
The provider-assigned unique ID for this managed resource.
TotalCount int
The total count of cloud servers query.
Ids List<string>
NameRegex string
OutputFile string
CloudServers []CloudServersCloudServer
The collection of cloud servers query.
Id string
The provider-assigned unique ID for this managed resource.
TotalCount int
The total count of cloud servers query.
Ids []string
NameRegex string
OutputFile string
cloudServers List<CloudServersCloudServer>
The collection of cloud servers query.
id String
The provider-assigned unique ID for this managed resource.
totalCount Integer
The total count of cloud servers query.
ids List<String>
nameRegex String
outputFile String
cloudServers CloudServersCloudServer[]
The collection of cloud servers query.
id string
The provider-assigned unique ID for this managed resource.
totalCount number
The total count of cloud servers query.
ids string[]
nameRegex string
outputFile string
cloud_servers Sequence[CloudServersCloudServer]
The collection of cloud servers query.
id str
The provider-assigned unique ID for this managed resource.
total_count int
The total count of cloud servers query.
ids Sequence[str]
name_regex str
output_file str
cloudServers List<Property Map>
The collection of cloud servers query.
id String
The provider-assigned unique ID for this managed resource.
totalCount Number
The total count of cloud servers query.
ids List<String>
nameRegex String
outputFile String

Supporting Types

CloudServersCloudServer

BillingConfig This property is required. CloudServersCloudServerBillingConfig
The config of billing.
CloudServerIdentity This property is required. string
The Id of cloud server.
Cpu This property is required. string
The cpu info of cloud server.
CreateTime This property is required. int
The create time info.
CustomData This property is required. CloudServersCloudServerCustomData
The config of custom data.
Gpu This property is required. CloudServersCloudServerGpu
The config of gpu.
Id This property is required. string
The Id of cloud server.
Image This property is required. CloudServersCloudServerImage
The config of image.
InstanceCount This property is required. int
The count of instance.
InstanceStatuses This property is required. List<CloudServersCloudServerInstanceStatus>
The status of instances.
Mem This property is required. string
The memory info of cloud server.
Name This property is required. string
The name of cloud server.
Network This property is required. CloudServersCloudServerNetwork
The config of network.
ScheduleStrategyConfigs This property is required. CloudServersCloudServerScheduleStrategyConfigs
The config of schedule strategy.
SecretConfig This property is required. CloudServersCloudServerSecretConfig
The config of secret.
ServerAreaCount This property is required. int
The server area count number.
ServerAreaLevel This property is required. string
The area level of cloud server.
ServerAreas This property is required. List<CloudServersCloudServerServerArea>
The server areas info.
Spec This property is required. string
The spec info of cloud server.
SpecDisplay This property is required. string
The Chinese spec info of cloud server.
SpecSum This property is required. Dictionary<string, object>
The spec summary of cloud server.
Storage This property is required. CloudServersCloudServerStorage
The config of storage.
UpdateTime This property is required. int
The update time info.
BillingConfig This property is required. CloudServersCloudServerBillingConfig
The config of billing.
CloudServerIdentity This property is required. string
The Id of cloud server.
Cpu This property is required. string
The cpu info of cloud server.
CreateTime This property is required. int
The create time info.
CustomData This property is required. CloudServersCloudServerCustomData
The config of custom data.
Gpu This property is required. CloudServersCloudServerGpu
The config of gpu.
Id This property is required. string
The Id of cloud server.
Image This property is required. CloudServersCloudServerImage
The config of image.
InstanceCount This property is required. int
The count of instance.
InstanceStatuses This property is required. []CloudServersCloudServerInstanceStatus
The status of instances.
Mem This property is required. string
The memory info of cloud server.
Name This property is required. string
The name of cloud server.
Network This property is required. CloudServersCloudServerNetwork
The config of network.
ScheduleStrategyConfigs This property is required. CloudServersCloudServerScheduleStrategyConfigs
The config of schedule strategy.
SecretConfig This property is required. CloudServersCloudServerSecretConfig
The config of secret.
ServerAreaCount This property is required. int
The server area count number.
ServerAreaLevel This property is required. string
The area level of cloud server.
ServerAreas This property is required. []CloudServersCloudServerServerArea
The server areas info.
Spec This property is required. string
The spec info of cloud server.
SpecDisplay This property is required. string
The Chinese spec info of cloud server.
SpecSum This property is required. map[string]interface{}
The spec summary of cloud server.
Storage This property is required. CloudServersCloudServerStorage
The config of storage.
UpdateTime This property is required. int
The update time info.
billingConfig This property is required. CloudServersCloudServerBillingConfig
The config of billing.
cloudServerIdentity This property is required. String
The Id of cloud server.
cpu This property is required. String
The cpu info of cloud server.
createTime This property is required. Integer
The create time info.
customData This property is required. CloudServersCloudServerCustomData
The config of custom data.
gpu This property is required. CloudServersCloudServerGpu
The config of gpu.
id This property is required. String
The Id of cloud server.
image This property is required. CloudServersCloudServerImage
The config of image.
instanceCount This property is required. Integer
The count of instance.
instanceStatuses This property is required. List<CloudServersCloudServerInstanceStatus>
The status of instances.
mem This property is required. String
The memory info of cloud server.
name This property is required. String
The name of cloud server.
network This property is required. CloudServersCloudServerNetwork
The config of network.
scheduleStrategyConfigs This property is required. CloudServersCloudServerScheduleStrategyConfigs
The config of schedule strategy.
secretConfig This property is required. CloudServersCloudServerSecretConfig
The config of secret.
serverAreaCount This property is required. Integer
The server area count number.
serverAreaLevel This property is required. String
The area level of cloud server.
serverAreas This property is required. List<CloudServersCloudServerServerArea>
The server areas info.
spec This property is required. String
The spec info of cloud server.
specDisplay This property is required. String
The Chinese spec info of cloud server.
specSum This property is required. Map<String,Object>
The spec summary of cloud server.
storage This property is required. CloudServersCloudServerStorage
The config of storage.
updateTime This property is required. Integer
The update time info.
billingConfig This property is required. CloudServersCloudServerBillingConfig
The config of billing.
cloudServerIdentity This property is required. string
The Id of cloud server.
cpu This property is required. string
The cpu info of cloud server.
createTime This property is required. number
The create time info.
customData This property is required. CloudServersCloudServerCustomData
The config of custom data.
gpu This property is required. CloudServersCloudServerGpu
The config of gpu.
id This property is required. string
The Id of cloud server.
image This property is required. CloudServersCloudServerImage
The config of image.
instanceCount This property is required. number
The count of instance.
instanceStatuses This property is required. CloudServersCloudServerInstanceStatus[]
The status of instances.
mem This property is required. string
The memory info of cloud server.
name This property is required. string
The name of cloud server.
network This property is required. CloudServersCloudServerNetwork
The config of network.
scheduleStrategyConfigs This property is required. CloudServersCloudServerScheduleStrategyConfigs
The config of schedule strategy.
secretConfig This property is required. CloudServersCloudServerSecretConfig
The config of secret.
serverAreaCount This property is required. number
The server area count number.
serverAreaLevel This property is required. string
The area level of cloud server.
serverAreas This property is required. CloudServersCloudServerServerArea[]
The server areas info.
spec This property is required. string
The spec info of cloud server.
specDisplay This property is required. string
The Chinese spec info of cloud server.
specSum This property is required. {[key: string]: any}
The spec summary of cloud server.
storage This property is required. CloudServersCloudServerStorage
The config of storage.
updateTime This property is required. number
The update time info.
billing_config This property is required. CloudServersCloudServerBillingConfig
The config of billing.
cloud_server_identity This property is required. str
The Id of cloud server.
cpu This property is required. str
The cpu info of cloud server.
create_time This property is required. int
The create time info.
custom_data This property is required. CloudServersCloudServerCustomData
The config of custom data.
gpu This property is required. CloudServersCloudServerGpu
The config of gpu.
id This property is required. str
The Id of cloud server.
image This property is required. CloudServersCloudServerImage
The config of image.
instance_count This property is required. int
The count of instance.
instance_statuses This property is required. Sequence[CloudServersCloudServerInstanceStatus]
The status of instances.
mem This property is required. str
The memory info of cloud server.
name This property is required. str
The name of cloud server.
network This property is required. CloudServersCloudServerNetwork
The config of network.
schedule_strategy_configs This property is required. CloudServersCloudServerScheduleStrategyConfigs
The config of schedule strategy.
secret_config This property is required. CloudServersCloudServerSecretConfig
The config of secret.
server_area_count This property is required. int
The server area count number.
server_area_level This property is required. str
The area level of cloud server.
server_areas This property is required. Sequence[CloudServersCloudServerServerArea]
The server areas info.
spec This property is required. str
The spec info of cloud server.
spec_display This property is required. str
The Chinese spec info of cloud server.
spec_sum This property is required. Mapping[str, Any]
The spec summary of cloud server.
storage This property is required. CloudServersCloudServerStorage
The config of storage.
update_time This property is required. int
The update time info.
billingConfig This property is required. Property Map
The config of billing.
cloudServerIdentity This property is required. String
The Id of cloud server.
cpu This property is required. String
The cpu info of cloud server.
createTime This property is required. Number
The create time info.
customData This property is required. Property Map
The config of custom data.
gpu This property is required. Property Map
The config of gpu.
id This property is required. String
The Id of cloud server.
image This property is required. Property Map
The config of image.
instanceCount This property is required. Number
The count of instance.
instanceStatuses This property is required. List<Property Map>
The status of instances.
mem This property is required. String
The memory info of cloud server.
name This property is required. String
The name of cloud server.
network This property is required. Property Map
The config of network.
scheduleStrategyConfigs This property is required. Property Map
The config of schedule strategy.
secretConfig This property is required. Property Map
The config of secret.
serverAreaCount This property is required. Number
The server area count number.
serverAreaLevel This property is required. String
The area level of cloud server.
serverAreas This property is required. List<Property Map>
The server areas info.
spec This property is required. String
The spec info of cloud server.
specDisplay This property is required. String
The Chinese spec info of cloud server.
specSum This property is required. Map<Any>
The spec summary of cloud server.
storage This property is required. Property Map
The config of storage.
updateTime This property is required. Number
The update time info.

CloudServersCloudServerBillingConfig

BandwidthBillingMethod This property is required. string
The bandwidth billing method.
ComputingBillingMethod This property is required. string
The computing billing method.
BandwidthBillingMethod This property is required. string
The bandwidth billing method.
ComputingBillingMethod This property is required. string
The computing billing method.
bandwidthBillingMethod This property is required. String
The bandwidth billing method.
computingBillingMethod This property is required. String
The computing billing method.
bandwidthBillingMethod This property is required. string
The bandwidth billing method.
computingBillingMethod This property is required. string
The computing billing method.
bandwidth_billing_method This property is required. str
The bandwidth billing method.
computing_billing_method This property is required. str
The computing billing method.
bandwidthBillingMethod This property is required. String
The bandwidth billing method.
computingBillingMethod This property is required. String
The computing billing method.

CloudServersCloudServerCustomData

Data This property is required. string
The data info.
Data This property is required. string
The data info.
data This property is required. String
The data info.
data This property is required. string
The data info.
data This property is required. str
The data info.
data This property is required. String
The data info.

CloudServersCloudServerGpu

Gpuses This property is required. List<CloudServersCloudServerGpuGpus>
The list gpu info.
Gpuses This property is required. []CloudServersCloudServerGpuGpus
The list gpu info.
gpuses This property is required. List<CloudServersCloudServerGpuGpus>
The list gpu info.
gpuses This property is required. CloudServersCloudServerGpuGpus[]
The list gpu info.
gpuses This property is required. Sequence[CloudServersCloudServerGpuGpus]
The list gpu info.
gpuses This property is required. List<Property Map>
The list gpu info.

CloudServersCloudServerGpuGpus

GpuSpec This property is required. CloudServersCloudServerGpuGpusGpuSpec
The spec of gpu.
Num This property is required. int
The number of gpu.
GpuSpec This property is required. CloudServersCloudServerGpuGpusGpuSpec
The spec of gpu.
Num This property is required. int
The number of gpu.
gpuSpec This property is required. CloudServersCloudServerGpuGpusGpuSpec
The spec of gpu.
num This property is required. Integer
The number of gpu.
gpuSpec This property is required. CloudServersCloudServerGpuGpusGpuSpec
The spec of gpu.
num This property is required. number
The number of gpu.
gpu_spec This property is required. CloudServersCloudServerGpuGpusGpuSpec
The spec of gpu.
num This property is required. int
The number of gpu.
gpuSpec This property is required. Property Map
The spec of gpu.
num This property is required. Number
The number of gpu.

CloudServersCloudServerGpuGpusGpuSpec

GpuType This property is required. string
The type of gpu.
GpuType This property is required. string
The type of gpu.
gpuType This property is required. String
The type of gpu.
gpuType This property is required. string
The type of gpu.
gpu_type This property is required. str
The type of gpu.
gpuType This property is required. String
The type of gpu.

CloudServersCloudServerImage

ImageIdentity This property is required. string
The id of image.
ImageName This property is required. string
The name of image.
Property This property is required. string
The property of system.
SystemArch This property is required. string
The arch of system.
SystemBit This property is required. string
The bit of system.
SystemType This property is required. string
The type of system.
SystemVersion This property is required. string
The version of system.
ImageIdentity This property is required. string
The id of image.
ImageName This property is required. string
The name of image.
Property This property is required. string
The property of system.
SystemArch This property is required. string
The arch of system.
SystemBit This property is required. string
The bit of system.
SystemType This property is required. string
The type of system.
SystemVersion This property is required. string
The version of system.
imageIdentity This property is required. String
The id of image.
imageName This property is required. String
The name of image.
property This property is required. String
The property of system.
systemArch This property is required. String
The arch of system.
systemBit This property is required. String
The bit of system.
systemType This property is required. String
The type of system.
systemVersion This property is required. String
The version of system.
imageIdentity This property is required. string
The id of image.
imageName This property is required. string
The name of image.
property This property is required. string
The property of system.
systemArch This property is required. string
The arch of system.
systemBit This property is required. string
The bit of system.
systemType This property is required. string
The type of system.
systemVersion This property is required. string
The version of system.
image_identity This property is required. str
The id of image.
image_name This property is required. str
The name of image.
property This property is required. str
The property of system.
system_arch This property is required. str
The arch of system.
system_bit This property is required. str
The bit of system.
system_type This property is required. str
The type of system.
system_version This property is required. str
The version of system.
imageIdentity This property is required. String
The id of image.
imageName This property is required. String
The name of image.
property This property is required. String
The property of system.
systemArch This property is required. String
The arch of system.
systemBit This property is required. String
The bit of system.
systemType This property is required. String
The type of system.
systemVersion This property is required. String
The version of system.

CloudServersCloudServerInstanceStatus

InstanceCount This property is required. int
The count of instance.
Status This property is required. string
The status info.
InstanceCount This property is required. int
The count of instance.
Status This property is required. string
The status info.
instanceCount This property is required. Integer
The count of instance.
status This property is required. String
The status info.
instanceCount This property is required. number
The count of instance.
status This property is required. string
The status info.
instance_count This property is required. int
The count of instance.
status This property is required. str
The status info.
instanceCount This property is required. Number
The count of instance.
status This property is required. String
The status info.

CloudServersCloudServerNetwork

BandwidthPeak This property is required. string
The peak of bandwidth.
EnableIpv6 This property is required. bool
Whether enable ipv6.
InternalBandwidthPeak This property is required. string
The internal peak of bandwidth.
BandwidthPeak This property is required. string
The peak of bandwidth.
EnableIpv6 This property is required. bool
Whether enable ipv6.
InternalBandwidthPeak This property is required. string
The internal peak of bandwidth.
bandwidthPeak This property is required. String
The peak of bandwidth.
enableIpv6 This property is required. Boolean
Whether enable ipv6.
internalBandwidthPeak This property is required. String
The internal peak of bandwidth.
bandwidthPeak This property is required. string
The peak of bandwidth.
enableIpv6 This property is required. boolean
Whether enable ipv6.
internalBandwidthPeak This property is required. string
The internal peak of bandwidth.
bandwidth_peak This property is required. str
The peak of bandwidth.
enable_ipv6 This property is required. bool
Whether enable ipv6.
internal_bandwidth_peak This property is required. str
The internal peak of bandwidth.
bandwidthPeak This property is required. String
The peak of bandwidth.
enableIpv6 This property is required. Boolean
Whether enable ipv6.
internalBandwidthPeak This property is required. String
The internal peak of bandwidth.

CloudServersCloudServerScheduleStrategyConfigs

PriceStrategy This property is required. string
The price strategy.
ScheduleStrategy This property is required. string
The schedule strategy.
PriceStrategy This property is required. string
The price strategy.
ScheduleStrategy This property is required. string
The schedule strategy.
priceStrategy This property is required. String
The price strategy.
scheduleStrategy This property is required. String
The schedule strategy.
priceStrategy This property is required. string
The price strategy.
scheduleStrategy This property is required. string
The schedule strategy.
price_strategy This property is required. str
The price strategy.
schedule_strategy This property is required. str
The schedule strategy.
priceStrategy This property is required. String
The price strategy.
scheduleStrategy This property is required. String
The schedule strategy.

CloudServersCloudServerSecretConfig

SecretData This property is required. string
The data of secret.
SecretType This property is required. int
The type of secret.
SecretData This property is required. string
The data of secret.
SecretType This property is required. int
The type of secret.
secretData This property is required. String
The data of secret.
secretType This property is required. Integer
The type of secret.
secretData This property is required. string
The data of secret.
secretType This property is required. number
The type of secret.
secret_data This property is required. str
The data of secret.
secret_type This property is required. int
The type of secret.
secretData This property is required. String
The data of secret.
secretType This property is required. Number
The type of secret.

CloudServersCloudServerServerArea

Area This property is required. string
The area info.
InstanceNum This property is required. int
The number of instance.
Isp This property is required. string
The isp info.
Area This property is required. string
The area info.
InstanceNum This property is required. int
The number of instance.
Isp This property is required. string
The isp info.
area This property is required. String
The area info.
instanceNum This property is required. Integer
The number of instance.
isp This property is required. String
The isp info.
area This property is required. string
The area info.
instanceNum This property is required. number
The number of instance.
isp This property is required. string
The isp info.
area This property is required. str
The area info.
instance_num This property is required. int
The number of instance.
isp This property is required. str
The isp info.
area This property is required. String
The area info.
instanceNum This property is required. Number
The number of instance.
isp This property is required. String
The isp info.

CloudServersCloudServerStorage

DataDisk This property is required. CloudServersCloudServerStorageDataDisk
The disk info of data.
DataDiskLists This property is required. List<CloudServersCloudServerStorageDataDiskList>
The disk list info of data.
SystemDisk This property is required. CloudServersCloudServerStorageSystemDisk
The disk info of system.
DataDisk This property is required. CloudServersCloudServerStorageDataDisk
The disk info of data.
DataDiskLists This property is required. []CloudServersCloudServerStorageDataDiskList
The disk list info of data.
SystemDisk This property is required. CloudServersCloudServerStorageSystemDisk
The disk info of system.
dataDisk This property is required. CloudServersCloudServerStorageDataDisk
The disk info of data.
dataDiskLists This property is required. List<CloudServersCloudServerStorageDataDiskList>
The disk list info of data.
systemDisk This property is required. CloudServersCloudServerStorageSystemDisk
The disk info of system.
dataDisk This property is required. CloudServersCloudServerStorageDataDisk
The disk info of data.
dataDiskLists This property is required. CloudServersCloudServerStorageDataDiskList[]
The disk list info of data.
systemDisk This property is required. CloudServersCloudServerStorageSystemDisk
The disk info of system.
data_disk This property is required. CloudServersCloudServerStorageDataDisk
The disk info of data.
data_disk_lists This property is required. Sequence[CloudServersCloudServerStorageDataDiskList]
The disk list info of data.
system_disk This property is required. CloudServersCloudServerStorageSystemDisk
The disk info of system.
dataDisk This property is required. Property Map
The disk info of data.
dataDiskLists This property is required. List<Property Map>
The disk list info of data.
systemDisk This property is required. Property Map
The disk info of system.

CloudServersCloudServerStorageDataDisk

Capacity This property is required. string
The capacity of storage.
StorageType This property is required. string
The type of storage.
Capacity This property is required. string
The capacity of storage.
StorageType This property is required. string
The type of storage.
capacity This property is required. String
The capacity of storage.
storageType This property is required. String
The type of storage.
capacity This property is required. string
The capacity of storage.
storageType This property is required. string
The type of storage.
capacity This property is required. str
The capacity of storage.
storage_type This property is required. str
The type of storage.
capacity This property is required. String
The capacity of storage.
storageType This property is required. String
The type of storage.

CloudServersCloudServerStorageDataDiskList

Capacity This property is required. string
The capacity of storage.
StorageType This property is required. string
The type of storage.
Capacity This property is required. string
The capacity of storage.
StorageType This property is required. string
The type of storage.
capacity This property is required. String
The capacity of storage.
storageType This property is required. String
The type of storage.
capacity This property is required. string
The capacity of storage.
storageType This property is required. string
The type of storage.
capacity This property is required. str
The capacity of storage.
storage_type This property is required. str
The type of storage.
capacity This property is required. String
The capacity of storage.
storageType This property is required. String
The type of storage.

CloudServersCloudServerStorageSystemDisk

Capacity This property is required. string
The capacity of storage.
StorageType This property is required. string
The type of storage.
Capacity This property is required. string
The capacity of storage.
StorageType This property is required. string
The type of storage.
capacity This property is required. String
The capacity of storage.
storageType This property is required. String
The type of storage.
capacity This property is required. string
The capacity of storage.
storageType This property is required. string
The type of storage.
capacity This property is required. str
The capacity of storage.
storage_type This property is required. str
The type of storage.
capacity This property is required. String
The capacity of storage.
storageType This property is required. String
The type of storage.

Package Details

Repository
volcengine volcengine/pulumi-volcengine
License
Apache-2.0
Notes
This Pulumi package is based on the volcengine Terraform Provider.
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine