Import
Eflo Node can be imported using the id, e.g.
$ pulumi import alicloud:eflo/node:Node example <id>
Create Node Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Node(name: string, args?: NodeArgs, opts?: CustomResourceOptions);@overload
def Node(resource_name: str,
args: Optional[NodeArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Node(resource_name: str,
opts: Optional[ResourceOptions] = None,
billing_cycle: Optional[str] = None,
classify: Optional[str] = None,
cluster_id: Optional[str] = None,
computing_server: Optional[str] = None,
data_disks: Optional[Sequence[NodeDataDiskArgs]] = None,
discount_level: Optional[str] = None,
hostname: Optional[str] = None,
hpn_zone: Optional[str] = None,
install_pai: Optional[bool] = None,
ip_allocation_policies: Optional[Sequence[NodeIpAllocationPolicyArgs]] = None,
login_password: Optional[str] = None,
machine_type: Optional[str] = None,
node_group_id: Optional[str] = None,
node_type: Optional[str] = None,
payment_ratio: Optional[str] = None,
payment_type: Optional[str] = None,
period: Optional[int] = None,
product_form: Optional[str] = None,
renew_period: Optional[int] = None,
renewal_status: Optional[str] = None,
resource_group_id: Optional[str] = None,
server_arch: Optional[str] = None,
stage_num: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
user_data: Optional[str] = None,
vpc_id: Optional[str] = None,
vswitch_id: Optional[str] = None,
zone: Optional[str] = None)func NewNode(ctx *Context, name string, args *NodeArgs, opts ...ResourceOption) (*Node, error)public Node(string name, NodeArgs? args = null, CustomResourceOptions? opts = null)type: alicloud:eflo:Node
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args NodeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args NodeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NodeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NodeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NodeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var nodeResource = new AliCloud.Eflo.Node("nodeResource", new()
{
BillingCycle = "string",
Classify = "string",
ClusterId = "string",
DataDisks = new[]
{
new AliCloud.Eflo.Inputs.NodeDataDiskArgs
{
Category = "string",
PerformanceLevel = "string",
Size = 0,
},
},
DiscountLevel = "string",
Hostname = "string",
HpnZone = "string",
InstallPai = false,
IpAllocationPolicies = new[]
{
new AliCloud.Eflo.Inputs.NodeIpAllocationPolicyArgs
{
BondPolicy = new AliCloud.Eflo.Inputs.NodeIpAllocationPolicyBondPolicyArgs
{
BondDefaultSubnet = "string",
Bonds = new[]
{
new AliCloud.Eflo.Inputs.NodeIpAllocationPolicyBondPolicyBondArgs
{
Name = "string",
Subnet = "string",
},
},
},
MachineTypePolicies = new[]
{
new AliCloud.Eflo.Inputs.NodeIpAllocationPolicyMachineTypePolicyArgs
{
Bonds = new[]
{
new AliCloud.Eflo.Inputs.NodeIpAllocationPolicyMachineTypePolicyBondArgs
{
Name = "string",
Subnet = "string",
},
},
MachineType = "string",
},
},
NodePolicies = new[]
{
new AliCloud.Eflo.Inputs.NodeIpAllocationPolicyNodePolicyArgs
{
Bonds = new[]
{
new AliCloud.Eflo.Inputs.NodeIpAllocationPolicyNodePolicyBondArgs
{
Name = "string",
Subnet = "string",
},
},
Hostname = "string",
NodeId = "string",
},
},
},
},
LoginPassword = "string",
MachineType = "string",
NodeGroupId = "string",
NodeType = "string",
PaymentRatio = "string",
PaymentType = "string",
Period = 0,
ProductForm = "string",
RenewPeriod = 0,
RenewalStatus = "string",
ResourceGroupId = "string",
ServerArch = "string",
StageNum = "string",
Status = "string",
Tags =
{
{ "string", "string" },
},
UserData = "string",
VpcId = "string",
VswitchId = "string",
Zone = "string",
});
example, err := eflo.NewNode(ctx, "nodeResource", &eflo.NodeArgs{
BillingCycle: pulumi.String("string"),
Classify: pulumi.String("string"),
ClusterId: pulumi.String("string"),
DataDisks: eflo.NodeDataDiskArray{
&eflo.NodeDataDiskArgs{
Category: pulumi.String("string"),
PerformanceLevel: pulumi.String("string"),
Size: pulumi.Int(0),
},
},
DiscountLevel: pulumi.String("string"),
Hostname: pulumi.String("string"),
HpnZone: pulumi.String("string"),
InstallPai: pulumi.Bool(false),
IpAllocationPolicies: eflo.NodeIpAllocationPolicyArray{
&eflo.NodeIpAllocationPolicyArgs{
BondPolicy: &eflo.NodeIpAllocationPolicyBondPolicyArgs{
BondDefaultSubnet: pulumi.String("string"),
Bonds: eflo.NodeIpAllocationPolicyBondPolicyBondArray{
&eflo.NodeIpAllocationPolicyBondPolicyBondArgs{
Name: pulumi.String("string"),
Subnet: pulumi.String("string"),
},
},
},
MachineTypePolicies: eflo.NodeIpAllocationPolicyMachineTypePolicyArray{
&eflo.NodeIpAllocationPolicyMachineTypePolicyArgs{
Bonds: eflo.NodeIpAllocationPolicyMachineTypePolicyBondArray{
&eflo.NodeIpAllocationPolicyMachineTypePolicyBondArgs{
Name: pulumi.String("string"),
Subnet: pulumi.String("string"),
},
},
MachineType: pulumi.String("string"),
},
},
NodePolicies: eflo.NodeIpAllocationPolicyNodePolicyArray{
&eflo.NodeIpAllocationPolicyNodePolicyArgs{
Bonds: eflo.NodeIpAllocationPolicyNodePolicyBondArray{
&eflo.NodeIpAllocationPolicyNodePolicyBondArgs{
Name: pulumi.String("string"),
Subnet: pulumi.String("string"),
},
},
Hostname: pulumi.String("string"),
NodeId: pulumi.String("string"),
},
},
},
},
LoginPassword: pulumi.String("string"),
MachineType: pulumi.String("string"),
NodeGroupId: pulumi.String("string"),
NodeType: pulumi.String("string"),
PaymentRatio: pulumi.String("string"),
PaymentType: pulumi.String("string"),
Period: pulumi.Int(0),
ProductForm: pulumi.String("string"),
RenewPeriod: pulumi.Int(0),
RenewalStatus: pulumi.String("string"),
ResourceGroupId: pulumi.String("string"),
ServerArch: pulumi.String("string"),
StageNum: pulumi.String("string"),
Status: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
UserData: pulumi.String("string"),
VpcId: pulumi.String("string"),
VswitchId: pulumi.String("string"),
Zone: pulumi.String("string"),
})
var nodeResource = new com.pulumi.alicloud.eflo.Node("nodeResource", com.pulumi.alicloud.eflo.NodeArgs.builder()
.billingCycle("string")
.classify("string")
.clusterId("string")
.dataDisks(NodeDataDiskArgs.builder()
.category("string")
.performanceLevel("string")
.size(0)
.build())
.discountLevel("string")
.hostname("string")
.hpnZone("string")
.installPai(false)
.ipAllocationPolicies(NodeIpAllocationPolicyArgs.builder()
.bondPolicy(NodeIpAllocationPolicyBondPolicyArgs.builder()
.bondDefaultSubnet("string")
.bonds(NodeIpAllocationPolicyBondPolicyBondArgs.builder()
.name("string")
.subnet("string")
.build())
.build())
.machineTypePolicies(NodeIpAllocationPolicyMachineTypePolicyArgs.builder()
.bonds(NodeIpAllocationPolicyMachineTypePolicyBondArgs.builder()
.name("string")
.subnet("string")
.build())
.machineType("string")
.build())
.nodePolicies(NodeIpAllocationPolicyNodePolicyArgs.builder()
.bonds(NodeIpAllocationPolicyNodePolicyBondArgs.builder()
.name("string")
.subnet("string")
.build())
.hostname("string")
.nodeId("string")
.build())
.build())
.loginPassword("string")
.machineType("string")
.nodeGroupId("string")
.nodeType("string")
.paymentRatio("string")
.paymentType("string")
.period(0)
.productForm("string")
.renewPeriod(0)
.renewalStatus("string")
.resourceGroupId("string")
.serverArch("string")
.stageNum("string")
.status("string")
.tags(Map.of("string", "string"))
.userData("string")
.vpcId("string")
.vswitchId("string")
.zone("string")
.build());
node_resource = alicloud.eflo.Node("nodeResource",
billing_cycle="string",
classify="string",
cluster_id="string",
data_disks=[{
"category": "string",
"performance_level": "string",
"size": 0,
}],
discount_level="string",
hostname="string",
hpn_zone="string",
install_pai=False,
ip_allocation_policies=[{
"bond_policy": {
"bond_default_subnet": "string",
"bonds": [{
"name": "string",
"subnet": "string",
}],
},
"machine_type_policies": [{
"bonds": [{
"name": "string",
"subnet": "string",
}],
"machine_type": "string",
}],
"node_policies": [{
"bonds": [{
"name": "string",
"subnet": "string",
}],
"hostname": "string",
"node_id": "string",
}],
}],
login_password="string",
machine_type="string",
node_group_id="string",
node_type="string",
payment_ratio="string",
payment_type="string",
period=0,
product_form="string",
renew_period=0,
renewal_status="string",
resource_group_id="string",
server_arch="string",
stage_num="string",
status="string",
tags={
"string": "string",
},
user_data="string",
vpc_id="string",
vswitch_id="string",
zone="string")
const nodeResource = new alicloud.eflo.Node("nodeResource", {
billingCycle: "string",
classify: "string",
clusterId: "string",
dataDisks: [{
category: "string",
performanceLevel: "string",
size: 0,
}],
discountLevel: "string",
hostname: "string",
hpnZone: "string",
installPai: false,
ipAllocationPolicies: [{
bondPolicy: {
bondDefaultSubnet: "string",
bonds: [{
name: "string",
subnet: "string",
}],
},
machineTypePolicies: [{
bonds: [{
name: "string",
subnet: "string",
}],
machineType: "string",
}],
nodePolicies: [{
bonds: [{
name: "string",
subnet: "string",
}],
hostname: "string",
nodeId: "string",
}],
}],
loginPassword: "string",
machineType: "string",
nodeGroupId: "string",
nodeType: "string",
paymentRatio: "string",
paymentType: "string",
period: 0,
productForm: "string",
renewPeriod: 0,
renewalStatus: "string",
resourceGroupId: "string",
serverArch: "string",
stageNum: "string",
status: "string",
tags: {
string: "string",
},
userData: "string",
vpcId: "string",
vswitchId: "string",
zone: "string",
});
type: alicloud:eflo:Node
properties:
billingCycle: string
classify: string
clusterId: string
dataDisks:
- category: string
performanceLevel: string
size: 0
discountLevel: string
hostname: string
hpnZone: string
installPai: false
ipAllocationPolicies:
- bondPolicy:
bondDefaultSubnet: string
bonds:
- name: string
subnet: string
machineTypePolicies:
- bonds:
- name: string
subnet: string
machineType: string
nodePolicies:
- bonds:
- name: string
subnet: string
hostname: string
nodeId: string
loginPassword: string
machineType: string
nodeGroupId: string
nodeType: string
paymentRatio: string
paymentType: string
period: 0
productForm: string
renewPeriod: 0
renewalStatus: string
resourceGroupId: string
serverArch: string
stageNum: string
status: string
tags:
string: string
userData: string
vpcId: string
vswitchId: string
zone: string
Node Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Node resource accepts the following input properties:
- Billing
Cycle string Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Classify string
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Cluster
Id string - Cluster id
- Computing
Server string - Node Model
- Data
Disks List<Pulumi.Ali Cloud. Eflo. Inputs. Node Data Disk> - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - Discount
Level string Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Hostname string
- Host name
- Hpn
Zone string - Cluster Number
- Install
Pai bool - Whether to buy PAI. default value
false. - Ip
Allocation List<Pulumi.Policies Ali Cloud. Eflo. Inputs. Node Ip Allocation Policy> - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - Login
Password string - Login Password
- Machine
Type string - Model
- Node
Group stringId - node group id
- Node
Type string - node type
- Payment
Ratio string Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Payment
Type string - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- Period int
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Product
Form string Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Renew
Period int Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- Renewal
Status string Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- Resource
Group stringId - The ID of the resource group
- Server
Arch string Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Stage
Num string Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Status string
- The status of the resource
- Dictionary<string, string>
- The tag of the resource
- User
Data string - Custom Data
- Vpc
Id string - VPC ID
- Vswitch
Id string - Switch ID
- Zone string
- Availability Zone
- Billing
Cycle string Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Classify string
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Cluster
Id string - Cluster id
- Computing
Server string - Node Model
- Data
Disks []NodeData Disk Args - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - Discount
Level string Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Hostname string
- Host name
- Hpn
Zone string - Cluster Number
- Install
Pai bool - Whether to buy PAI. default value
false. - Ip
Allocation []NodePolicies Ip Allocation Policy Args - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - Login
Password string - Login Password
- Machine
Type string - Model
- Node
Group stringId - node group id
- Node
Type string - node type
- Payment
Ratio string Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Payment
Type string - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- Period int
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Product
Form string Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Renew
Period int Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- Renewal
Status string Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- Resource
Group stringId - The ID of the resource group
- Server
Arch string Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Stage
Num string Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Status string
- The status of the resource
- map[string]string
- The tag of the resource
- User
Data string - Custom Data
- Vpc
Id string - VPC ID
- Vswitch
Id string - Switch ID
- Zone string
- Availability Zone
- billing
Cycle String Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- classify String
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- cluster
Id String - Cluster id
- computing
Server String - Node Model
- data
Disks List<NodeData Disk> - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - discount
Level String Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- hostname String
- Host name
- hpn
Zone String - Cluster Number
- install
Pai Boolean - Whether to buy PAI. default value
false. - ip
Allocation List<NodePolicies Ip Allocation Policy> - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - login
Password String - Login Password
- machine
Type String - Model
- node
Group StringId - node group id
- node
Type String - node type
- payment
Ratio String Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- payment
Type String - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- period Integer
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- product
Form String Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- renew
Period Integer Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- renewal
Status String Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- resource
Group StringId - The ID of the resource group
- server
Arch String Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- stage
Num String Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- status String
- The status of the resource
- Map<String,String>
- The tag of the resource
- user
Data String - Custom Data
- vpc
Id String - VPC ID
- vswitch
Id String - Switch ID
- zone String
- Availability Zone
- billing
Cycle string Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- classify string
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- cluster
Id string - Cluster id
- computing
Server string - Node Model
- data
Disks NodeData Disk[] - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - discount
Level string Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- hostname string
- Host name
- hpn
Zone string - Cluster Number
- install
Pai boolean - Whether to buy PAI. default value
false. - ip
Allocation NodePolicies Ip Allocation Policy[] - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - login
Password string - Login Password
- machine
Type string - Model
- node
Group stringId - node group id
- node
Type string - node type
- payment
Ratio string Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- payment
Type string - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- period number
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- product
Form string Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- renew
Period number Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- renewal
Status string Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- resource
Group stringId - The ID of the resource group
- server
Arch string Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- stage
Num string Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- status string
- The status of the resource
- {[key: string]: string}
- The tag of the resource
- user
Data string - Custom Data
- vpc
Id string - VPC ID
- vswitch
Id string - Switch ID
- zone string
- Availability Zone
- billing_
cycle str Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- classify str
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- cluster_
id str - Cluster id
- computing_
server str - Node Model
- data_
disks Sequence[NodeData Disk Args] - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - discount_
level str Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- hostname str
- Host name
- hpn_
zone str - Cluster Number
- install_
pai bool - Whether to buy PAI. default value
false. - ip_
allocation_ Sequence[Nodepolicies Ip Allocation Policy Args] - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - login_
password str - Login Password
- machine_
type str - Model
- node_
group_ strid - node group id
- node_
type str - node type
- payment_
ratio str Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- payment_
type str - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- period int
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- product_
form str Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- renew_
period int Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- renewal_
status str Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- resource_
group_ strid - The ID of the resource group
- server_
arch str Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- stage_
num str Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- status str
- The status of the resource
- Mapping[str, str]
- The tag of the resource
- user_
data str - Custom Data
- vpc_
id str - VPC ID
- vswitch_
id str - Switch ID
- zone str
- Availability Zone
- billing
Cycle String Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- classify String
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- cluster
Id String - Cluster id
- computing
Server String - Node Model
- data
Disks List<Property Map> - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - discount
Level String Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- hostname String
- Host name
- hpn
Zone String - Cluster Number
- install
Pai Boolean - Whether to buy PAI. default value
false. - ip
Allocation List<Property Map>Policies - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - login
Password String - Login Password
- machine
Type String - Model
- node
Group StringId - node group id
- node
Type String - node type
- payment
Ratio String Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- payment
Type String - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- period Number
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- product
Form String Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- renew
Period Number Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- renewal
Status String Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- resource
Group StringId - The ID of the resource group
- server
Arch String Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- stage
Num String Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- status String
- The status of the resource
- Map<String>
- The tag of the resource
- user
Data String - Custom Data
- vpc
Id String - VPC ID
- vswitch
Id String - Switch ID
- zone String
- Availability Zone
Outputs
All input properties are implicitly available as output properties. Additionally, the Node resource produces the following output properties:
- Create
Time string - The creation time of the resource
- Id string
- The provider-assigned unique ID for this managed resource.
- Region
Id string - The region ID of the resource
- Create
Time string - The creation time of the resource
- Id string
- The provider-assigned unique ID for this managed resource.
- Region
Id string - The region ID of the resource
- create
Time String - The creation time of the resource
- id String
- The provider-assigned unique ID for this managed resource.
- region
Id String - The region ID of the resource
- create
Time string - The creation time of the resource
- id string
- The provider-assigned unique ID for this managed resource.
- region
Id string - The region ID of the resource
- create_
time str - The creation time of the resource
- id str
- The provider-assigned unique ID for this managed resource.
- region_
id str - The region ID of the resource
- create
Time String - The creation time of the resource
- id String
- The provider-assigned unique ID for this managed resource.
- region
Id String - The region ID of the resource
Look up Existing Node Resource
Get an existing Node resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: NodeState, opts?: CustomResourceOptions): Node@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
billing_cycle: Optional[str] = None,
classify: Optional[str] = None,
cluster_id: Optional[str] = None,
computing_server: Optional[str] = None,
create_time: Optional[str] = None,
data_disks: Optional[Sequence[NodeDataDiskArgs]] = None,
discount_level: Optional[str] = None,
hostname: Optional[str] = None,
hpn_zone: Optional[str] = None,
install_pai: Optional[bool] = None,
ip_allocation_policies: Optional[Sequence[NodeIpAllocationPolicyArgs]] = None,
login_password: Optional[str] = None,
machine_type: Optional[str] = None,
node_group_id: Optional[str] = None,
node_type: Optional[str] = None,
payment_ratio: Optional[str] = None,
payment_type: Optional[str] = None,
period: Optional[int] = None,
product_form: Optional[str] = None,
region_id: Optional[str] = None,
renew_period: Optional[int] = None,
renewal_status: Optional[str] = None,
resource_group_id: Optional[str] = None,
server_arch: Optional[str] = None,
stage_num: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
user_data: Optional[str] = None,
vpc_id: Optional[str] = None,
vswitch_id: Optional[str] = None,
zone: Optional[str] = None) -> Nodefunc GetNode(ctx *Context, name string, id IDInput, state *NodeState, opts ...ResourceOption) (*Node, error)public static Node Get(string name, Input<string> id, NodeState? state, CustomResourceOptions? opts = null)public static Node get(String name, Output<String> id, NodeState state, CustomResourceOptions options)resources: _: type: alicloud:eflo:Node get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Billing
Cycle string Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Classify string
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Cluster
Id string - Cluster id
- Computing
Server string - Node Model
- Create
Time string - The creation time of the resource
- Data
Disks List<Pulumi.Ali Cloud. Eflo. Inputs. Node Data Disk> - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - Discount
Level string Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Hostname string
- Host name
- Hpn
Zone string - Cluster Number
- Install
Pai bool - Whether to buy PAI. default value
false. - Ip
Allocation List<Pulumi.Policies Ali Cloud. Eflo. Inputs. Node Ip Allocation Policy> - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - Login
Password string - Login Password
- Machine
Type string - Model
- Node
Group stringId - node group id
- Node
Type string - node type
- Payment
Ratio string Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Payment
Type string - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- Period int
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Product
Form string Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Region
Id string - The region ID of the resource
- Renew
Period int Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- Renewal
Status string Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- Resource
Group stringId - The ID of the resource group
- Server
Arch string Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Stage
Num string Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Status string
- The status of the resource
- Dictionary<string, string>
- The tag of the resource
- User
Data string - Custom Data
- Vpc
Id string - VPC ID
- Vswitch
Id string - Switch ID
- Zone string
- Availability Zone
- Billing
Cycle string Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Classify string
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Cluster
Id string - Cluster id
- Computing
Server string - Node Model
- Create
Time string - The creation time of the resource
- Data
Disks []NodeData Disk Args - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - Discount
Level string Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Hostname string
- Host name
- Hpn
Zone string - Cluster Number
- Install
Pai bool - Whether to buy PAI. default value
false. - Ip
Allocation []NodePolicies Ip Allocation Policy Args - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - Login
Password string - Login Password
- Machine
Type string - Model
- Node
Group stringId - node group id
- Node
Type string - node type
- Payment
Ratio string Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Payment
Type string - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- Period int
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Product
Form string Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Region
Id string - The region ID of the resource
- Renew
Period int Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- Renewal
Status string Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- Resource
Group stringId - The ID of the resource group
- Server
Arch string Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Stage
Num string Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- Status string
- The status of the resource
- map[string]string
- The tag of the resource
- User
Data string - Custom Data
- Vpc
Id string - VPC ID
- Vswitch
Id string - Switch ID
- Zone string
- Availability Zone
- billing
Cycle String Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- classify String
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- cluster
Id String - Cluster id
- computing
Server String - Node Model
- create
Time String - The creation time of the resource
- data
Disks List<NodeData Disk> - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - discount
Level String Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- hostname String
- Host name
- hpn
Zone String - Cluster Number
- install
Pai Boolean - Whether to buy PAI. default value
false. - ip
Allocation List<NodePolicies Ip Allocation Policy> - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - login
Password String - Login Password
- machine
Type String - Model
- node
Group StringId - node group id
- node
Type String - node type
- payment
Ratio String Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- payment
Type String - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- period Integer
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- product
Form String Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- region
Id String - The region ID of the resource
- renew
Period Integer Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- renewal
Status String Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- resource
Group StringId - The ID of the resource group
- server
Arch String Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- stage
Num String Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- status String
- The status of the resource
- Map<String,String>
- The tag of the resource
- user
Data String - Custom Data
- vpc
Id String - VPC ID
- vswitch
Id String - Switch ID
- zone String
- Availability Zone
- billing
Cycle string Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- classify string
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- cluster
Id string - Cluster id
- computing
Server string - Node Model
- create
Time string - The creation time of the resource
- data
Disks NodeData Disk[] - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - discount
Level string Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- hostname string
- Host name
- hpn
Zone string - Cluster Number
- install
Pai boolean - Whether to buy PAI. default value
false. - ip
Allocation NodePolicies Ip Allocation Policy[] - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - login
Password string - Login Password
- machine
Type string - Model
- node
Group stringId - node group id
- node
Type string - node type
- payment
Ratio string Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- payment
Type string - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- period number
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- product
Form string Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- region
Id string - The region ID of the resource
- renew
Period number Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- renewal
Status string Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- resource
Group stringId - The ID of the resource group
- server
Arch string Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- stage
Num string Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- status string
- The status of the resource
- {[key: string]: string}
- The tag of the resource
- user
Data string - Custom Data
- vpc
Id string - VPC ID
- vswitch
Id string - Switch ID
- zone string
- Availability Zone
- billing_
cycle str Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- classify str
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- cluster_
id str - Cluster id
- computing_
server str - Node Model
- create_
time str - The creation time of the resource
- data_
disks Sequence[NodeData Disk Args] - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - discount_
level str Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- hostname str
- Host name
- hpn_
zone str - Cluster Number
- install_
pai bool - Whether to buy PAI. default value
false. - ip_
allocation_ Sequence[Nodepolicies Ip Allocation Policy Args] - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - login_
password str - Login Password
- machine_
type str - Model
- node_
group_ strid - node group id
- node_
type str - node type
- payment_
ratio str Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- payment_
type str - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- period int
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- product_
form str Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- region_
id str - The region ID of the resource
- renew_
period int Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- renewal_
status str Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- resource_
group_ strid - The ID of the resource group
- server_
arch str Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- stage_
num str Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- status str
- The status of the resource
- Mapping[str, str]
- The tag of the resource
- user_
data str - Custom Data
- vpc_
id str - VPC ID
- vswitch_
id str - Switch ID
- zone str
- Availability Zone
- billing
Cycle String Billing cycle
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- classify String
Classification
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- cluster
Id String - Cluster id
- computing
Server String - Node Model
- create
Time String - The creation time of the resource
- data
Disks List<Property Map> - The data disk of the cloud disk to be attached to the node. See
data_diskbelow. - discount
Level String Offer Information
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- hostname String
- Host name
- hpn
Zone String - Cluster Number
- install
Pai Boolean - Whether to buy PAI. default value
false. - ip
Allocation List<Property Map>Policies - IP address combination policy: only one policy type can be selected for each policy, and multiple policies can be combined. See
ip_allocation_policybelow. - login
Password String - Login Password
- machine
Type String - Model
- node
Group StringId - node group id
- node
Type String - node type
- payment
Ratio String Down payment ratio
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- payment
Type String - The payment method of the node. Value range: Subscription: fixed fee installment; PayAsYouGo: pay by volume. The default is Subscription.
- period Number
Prepaid cycle. The unit is Month, please enter an integer multiple of 12 for the annual payment product.
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- product
Form String Form
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- region
Id String - The region ID of the resource
- renew
Period Number Automatic renewal period, in months.
NOTE: When setting
RenewalStatustoAutoRenewal, it must be set.- renewal
Status String Automatic renewal status, value:
- AutoRenewal: automatic renewal.
- ManualRenewal: manual renewal.
The default ManualRenewal.
- resource
Group StringId - The ID of the resource group
- server
Arch String Architecture
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- stage
Num String Number of stages
NOTE: The parameter is immutable after resource creation. It only applies during resource creation and has no effect when modified post-creation.
- status String
- The status of the resource
- Map<String>
- The tag of the resource
- user
Data String - Custom Data
- vpc
Id String - VPC ID
- vswitch
Id String - Switch ID
- zone String
- Availability Zone
Supporting Types
NodeDataDisk, NodeDataDiskArgs
- Category string
- Data disk type
- Performance
Level string - Performance level
- Size int
- Data disk size
- Category string
- Data disk type
- Performance
Level string - Performance level
- Size int
- Data disk size
- category String
- Data disk type
- performance
Level String - Performance level
- size Integer
- Data disk size
- category string
- Data disk type
- performance
Level string - Performance level
- size number
- Data disk size
- category str
- Data disk type
- performance_
level str - Performance level
- size int
- Data disk size
- category String
- Data disk type
- performance
Level String - Performance level
- size Number
- Data disk size
NodeIpAllocationPolicy, NodeIpAllocationPolicyArgs
- Bond
Policy Pulumi.Ali Cloud. Eflo. Inputs. Node Ip Allocation Policy Bond Policy - Specify the cluster subnet ID based on the bond name See
bond_policybelow. - Machine
Type List<Pulumi.Policies Ali Cloud. Eflo. Inputs. Node Ip Allocation Policy Machine Type Policy> - Model Assignment Policy See
machine_type_policybelow. - Node
Policies List<Pulumi.Ali Cloud. Eflo. Inputs. Node Ip Allocation Policy Node Policy> - Node allocation policy See
node_policybelow.
- Bond
Policy NodeIp Allocation Policy Bond Policy - Specify the cluster subnet ID based on the bond name See
bond_policybelow. - Machine
Type []NodePolicies Ip Allocation Policy Machine Type Policy - Model Assignment Policy See
machine_type_policybelow. - Node
Policies []NodeIp Allocation Policy Node Policy - Node allocation policy See
node_policybelow.
- bond
Policy NodeIp Allocation Policy Bond Policy - Specify the cluster subnet ID based on the bond name See
bond_policybelow. - machine
Type List<NodePolicies Ip Allocation Policy Machine Type Policy> - Model Assignment Policy See
machine_type_policybelow. - node
Policies List<NodeIp Allocation Policy Node Policy> - Node allocation policy See
node_policybelow.
- bond
Policy NodeIp Allocation Policy Bond Policy - Specify the cluster subnet ID based on the bond name See
bond_policybelow. - machine
Type NodePolicies Ip Allocation Policy Machine Type Policy[] - Model Assignment Policy See
machine_type_policybelow. - node
Policies NodeIp Allocation Policy Node Policy[] - Node allocation policy See
node_policybelow.
- bond_
policy NodeIp Allocation Policy Bond Policy - Specify the cluster subnet ID based on the bond name See
bond_policybelow. - machine_
type_ Sequence[Nodepolicies Ip Allocation Policy Machine Type Policy] - Model Assignment Policy See
machine_type_policybelow. - node_
policies Sequence[NodeIp Allocation Policy Node Policy] - Node allocation policy See
node_policybelow.
- bond
Policy Property Map - Specify the cluster subnet ID based on the bond name See
bond_policybelow. - machine
Type List<Property Map>Policies - Model Assignment Policy See
machine_type_policybelow. - node
Policies List<Property Map> - Node allocation policy See
node_policybelow.
NodeIpAllocationPolicyBondPolicy, NodeIpAllocationPolicyBondPolicyArgs
- Bond
Default stringSubnet - Default bond cluster subnet
- Bonds
List<Pulumi.
Ali Cloud. Eflo. Inputs. Node Ip Allocation Policy Bond Policy Bond> - Bond information See
bondsbelow.
- Bond
Default stringSubnet - Default bond cluster subnet
- Bonds
[]Node
Ip Allocation Policy Bond Policy Bond - Bond information See
bondsbelow.
- bond
Default StringSubnet - Default bond cluster subnet
- bonds
List<Node
Ip Allocation Policy Bond Policy Bond> - Bond information See
bondsbelow.
- bond
Default stringSubnet - Default bond cluster subnet
- bonds
Node
Ip Allocation Policy Bond Policy Bond[] - Bond information See
bondsbelow.
- bond_
default_ strsubnet - Default bond cluster subnet
- bonds
Sequence[Node
Ip Allocation Policy Bond Policy Bond] - Bond information See
bondsbelow.
- bond
Default StringSubnet - Default bond cluster subnet
- bonds List<Property Map>
- Bond information See
bondsbelow.
NodeIpAllocationPolicyBondPolicyBond, NodeIpAllocationPolicyBondPolicyBondArgs
NodeIpAllocationPolicyMachineTypePolicy, NodeIpAllocationPolicyMachineTypePolicyArgs
- Bonds
List<Pulumi.
Ali Cloud. Eflo. Inputs. Node Ip Allocation Policy Machine Type Policy Bond> - Bond information See
bondsbelow. - Machine
Type string - Model
- Bonds
[]Node
Ip Allocation Policy Machine Type Policy Bond - Bond information See
bondsbelow. - Machine
Type string - Model
- bonds
List<Node
Ip Allocation Policy Machine Type Policy Bond> - Bond information See
bondsbelow. - machine
Type String - Model
- bonds
Node
Ip Allocation Policy Machine Type Policy Bond[] - Bond information See
bondsbelow. - machine
Type string - Model
- bonds
Sequence[Node
Ip Allocation Policy Machine Type Policy Bond] - Bond information See
bondsbelow. - machine_
type str - Model
- bonds List<Property Map>
- Bond information See
bondsbelow. - machine
Type String - Model
NodeIpAllocationPolicyMachineTypePolicyBond, NodeIpAllocationPolicyMachineTypePolicyBondArgs
NodeIpAllocationPolicyNodePolicy, NodeIpAllocationPolicyNodePolicyArgs
- Bonds
List<Pulumi.
Ali Cloud. Eflo. Inputs. Node Ip Allocation Policy Node Policy Bond> - Bond information See
bondsbelow. - Hostname string
- Host name
- Node
Id string - Node ID
- Bonds
[]Node
Ip Allocation Policy Node Policy Bond - Bond information See
bondsbelow. - Hostname string
- Host name
- Node
Id string - Node ID
- bonds
List<Node
Ip Allocation Policy Node Policy Bond> - Bond information See
bondsbelow. - hostname String
- Host name
- node
Id String - Node ID
- bonds
Node
Ip Allocation Policy Node Policy Bond[] - Bond information See
bondsbelow. - hostname string
- Host name
- node
Id string - Node ID
- bonds
Sequence[Node
Ip Allocation Policy Node Policy Bond] - Bond information See
bondsbelow. - hostname str
- Host name
- node_
id str - Node ID
- bonds List<Property Map>
- Bond information See
bondsbelow. - hostname String
- Host name
- node
Id String - Node ID
NodeIpAllocationPolicyNodePolicyBond, NodeIpAllocationPolicyNodePolicyBondArgs
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.
