Show / Hide Table of Contents

Class GetClusterResult

Inheritance
System.Object
GetClusterResult
Inherited Members
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.OpenStack.ContainerInfra
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetClusterResult

Fields

View Source

ApiAddress

COE API address.

Declaration
public readonly string ApiAddress
Field Value
Type Description
System.String
View Source

ClusterTemplateId

The UUID of the V1 Container Infra cluster template.

Declaration
public readonly string ClusterTemplateId
Field Value
Type Description
System.String
View Source

CoeVersion

COE software version.

Declaration
public readonly string CoeVersion
Field Value
Type Description
System.String
View Source

ContainerVersion

Declaration
public readonly string ContainerVersion
Field Value
Type Description
System.String
View Source

CreatedAt

The time at which cluster was created.

Declaration
public readonly string CreatedAt
Field Value
Type Description
System.String
View Source

CreateTimeout

The timeout (in minutes) for creating the cluster.

Declaration
public readonly int CreateTimeout
Field Value
Type Description
System.Int32
View Source

DiscoveryUrl

The URL used for cluster node discovery.

Declaration
public readonly string DiscoveryUrl
Field Value
Type Description
System.String
View Source

DockerVolumeSize

The size (in GB) of the Docker volume.

Declaration
public readonly int DockerVolumeSize
Field Value
Type Description
System.Int32
View Source

FixedNetwork

The fixed network that is attached to the cluster.

Declaration
public readonly string FixedNetwork
Field Value
Type Description
System.String
View Source

FixedSubnet

The fixed subnet that is attached to the cluster.

Declaration
public readonly string FixedSubnet
Field Value
Type Description
System.String
View Source

Flavor

The flavor for the nodes of the cluster.

Declaration
public readonly string Flavor
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Keypair

The name of the Compute service SSH keypair.

Declaration
public readonly string Keypair
Field Value
Type Description
System.String
View Source

Labels

The list of key value pairs representing additional properties of the cluster.

Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

MasterAddresses

IP addresses of the master node of the cluster.

Declaration
public readonly ImmutableArray<string> MasterAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

MasterCount

The number of master nodes for the cluster.

Declaration
public readonly int MasterCount
Field Value
Type Description
System.Int32
View Source

MasterFlavor

The flavor for the master nodes.

Declaration
public readonly string MasterFlavor
Field Value
Type Description
System.String
View Source

Name

See Argument Reference above.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NodeAddresses

IP addresses of the node of the cluster.

Declaration
public readonly ImmutableArray<string> NodeAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

NodeCount

The number of nodes for the cluster.

Declaration
public readonly int NodeCount
Field Value
Type Description
System.Int32
View Source

ProjectId

The project of the cluster.

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

Region

See Argument Reference above.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

StackId

UUID of the Orchestration service stack.

Declaration
public readonly string StackId
Field Value
Type Description
System.String
View Source

UpdatedAt

The time at which cluster was updated.

Declaration
public readonly string UpdatedAt
Field Value
Type Description
System.String
View Source

UserId

The user of the cluster.

Declaration
public readonly string UserId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.