INPUT_OBJECT
AwsVmConfig
Description
Configuration for creating AWS instances.
link GraphQL Schema definition
- input AwsVmConfig {
- # Rubrik CDM version to determine image.
- String :
- # Node disk size in GB.
- Int :
- # AWS subnet in which instance is created.
- String :
- # Tags to attach to created resources.
- String :
- # ID of the virtual machine image to deploy.
- String :
- # Instance profile to attach to image.
- String :
- # AWS marketplace product ID.
- String :
- # Placement Group name.
- String :
- # Create dense or standard nodes.
- VmType :
- # List of security groups to assign to instances.
- String!] : [
- # AWS instance type.
- AwsInstanceType :
- # Network configuration for CDM nodes.
- AwsVmNetworkConfig!] : [
- }