Show / Hide Table of Contents

Class NodeTemplateOpenstackConfig

Inheritance
System.Object
NodeTemplateOpenstackConfig
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.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NodeTemplateOpenstackConfig

Fields

View Source

ActiveTimeout

OpenStack active timeout Default 200 (string)

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

AuthUrl

OpenStack authentication URL (string)

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

AvailabilityZone

OpenStack availability zone (string)

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

Cacert

CA certificate bundle to verify against (string)

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

ConfigDrive

Enables the OpenStack config drive for the instance. Default false (bool)

Declaration
public readonly bool? ConfigDrive
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DomainId

OpenStack domain ID. Identity v3 only. Conflicts with domain_name (string)

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

DomainName

OpenStack domain name. Identity v3 only. Conflicts with domain_id (string)

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

EndpointType

OpenStack endpoint type. adminURL, internalURL or publicURL (string)

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

FlavorId

OpenStack flavor id to use for the instance. Conflicts with flavor_name (string)

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

FlavorName

OpenStack flavor name to use for the instance. Conflicts with flavor_id (string)

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

FloatingIpPool

OpenStack floating IP pool to get an IP from to assign to the instance (string)

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

ImageId

OpenStack image id to use for the instance. Conflicts with image_name (string)

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

ImageName

OpenStack image name to use for the instance. Conflicts with image_id (string)

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

Insecure

Disable TLS credential checking. Default false (bool)

Declaration
public readonly bool? Insecure
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

IpVersion

OpenStack version of IP address assigned for the machine Default 4 (string)

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

KeypairName

OpenStack keypair to use to SSH to the instance (string)

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

NetId

OpenStack network id the machine will be connected on. Conflicts with net_name (string)

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

NetName

OpenStack network name the machine will be connected on. Conflicts with net_id (string)

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

NovaNetwork

Use the nova networking services instead of neutron (string)

Declaration
public readonly bool? NovaNetwork
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Password

vSphere password. Mandatory on Rancher v2.0.x and v2.1.x. Use rancher2..CloudCredential from Rancher v2.2.x (string)

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

PrivateKeyFile

Private key content to use for SSH (string)

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

Region

OpenStack region name (string)

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

SecGroups

OpenStack comma separated security groups for the machine (string)

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

SshPort

If using a non-B2D image you can specify the ssh port. Default 22. From Rancher v2.3.3 (string)

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

SshUser

If using a non-B2D image you can specify the ssh user. Default docker. From Rancher v2.3.3 (string)

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

TenantId

OpenStack tenant id. Conflicts with tenant_name (string)

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

TenantName

OpenStack tenant name. Conflicts with tenant_id (string)

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

UserDataFile

File containing an openstack userdata script (string)

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

Username

vSphere username. Mandatory on Rancher v2.0.x and v2.1.x. Use rancher2..CloudCredential from Rancher v2.2.x (string)

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