Show / Hide Table of Contents

Class Cluster

Inheritance
System.Object
Resource
CustomResource
Cluster
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.CS
Assembly: Pulumi.AliCloud.dll
Syntax
public class Cluster : CustomResource

Constructors

View Source

Cluster(String, ClusterArgs, CustomResourceOptions)

Create a Cluster resource with the given unique name, arguments, and options.

Declaration
public Cluster(string name, ClusterArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

ClusterArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

AgentVersion

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

CidrBlock

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

DiskCategory

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

DiskSize

Declaration
public Output<int?> DiskSize { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>
View Source

ImageId

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

InstanceType

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

IsOutdated

Declaration
public Output<bool?> IsOutdated { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

Name

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

NamePrefix

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

NeedSlb

Declaration
public Output<bool?> NeedSlb { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

NodeNumber

Declaration
public Output<int?> NodeNumber { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>
View Source

Nodes

Declaration
public Output<ImmutableArray<ClusterNode>> Nodes { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<ClusterNode>>
View Source

Password

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

ReleaseEip

Declaration
public Output<bool?> ReleaseEip { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

SecurityGroupId

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

Size

Declaration
public Output<int?> Size { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>
View Source

SlbId

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

VpcId

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

VswitchId

Declaration
public Output<string> VswitchId { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, ClusterState, CustomResourceOptions)

Get an existing Cluster resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static Cluster Get(string name, Input<string> id, ClusterState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

ClusterState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
Cluster
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.