Show / Hide Table of Contents

Class GetClusterTemplateResult

Inheritance
System.Object
GetClusterTemplateResult
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 GetClusterTemplateResult

Fields

View Source

ApiserverPort

The API server port for the Container Orchestration Engine for this cluster template.

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

ClusterDistro

The distro for the cluster (fedora-atomic, coreos, etc.).

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

Coe

The Container Orchestration Engine for this cluster template.

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

CreatedAt

The time at which cluster template was created.

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

DnsNameserver

Address of the DNS nameserver that is used in nodes of the cluster.

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

DockerStorageDriver

Docker storage driver. Changing this updates the Docker storage driver of the existing cluster template.

Declaration
public readonly string DockerStorageDriver
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

ExternalNetworkId

The ID of the external network that will be used for the cluster.

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

FixedNetwork

The fixed network that will be attached to the cluster.

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

FixedSubnet

=The fixed subnet that will be 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

FloatingIpEnabled

Indicates whether created cluster should create IP floating IP for every node or not.

Declaration
public readonly bool FloatingIpEnabled
Field Value
Type Description
System.Boolean
View Source

HttpProxy

The address of a proxy for receiving all HTTP requests and relay them.

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

HttpsProxy

The address of a proxy for receiving all HTTPS requests and relay them.

Declaration
public readonly string HttpsProxy
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

Image

The reference to an image that is used for nodes of the cluster.

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

InsecureRegistry

The insecure registry URL for the cluster template.

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

KeypairId

The name of the Compute service SSH keypair.

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

Labels

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

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

MasterFlavor

The flavor for the master nodes.

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

MasterLbEnabled

Indicates whether created cluster should has a loadbalancer for master nodes or not.

Declaration
public readonly bool MasterLbEnabled
Field Value
Type Description
System.Boolean
View Source

Name

See Argument Reference above.

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

NetworkDriver

The name of the driver for the container network.

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

NoProxy

A comma-separated list of IP addresses that shouldn't be used in the cluster.

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

ProjectId

The project of the cluster template.

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

Public

Indicates whether cluster template should be public.

Declaration
public readonly bool Public
Field Value
Type Description
System.Boolean
View Source

Region

See Argument Reference above.

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

RegistryEnabled

Indicates whether Docker registry is enabled in the cluster.

Declaration
public readonly bool RegistryEnabled
Field Value
Type Description
System.Boolean
View Source

ServerType

The server type for the cluster template.

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

TlsDisabled

Indicates whether the TLS should be disabled in the cluster.

Declaration
public readonly bool TlsDisabled
Field Value
Type Description
System.Boolean
View Source

UpdatedAt

The time at which cluster template was updated.

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

UserId

The user of the cluster template.

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

VolumeDriver

The name of the driver that is used for the volumes of the cluster nodes.

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