Show / Hide Table of Contents

Class ClusterRkeConfigCloudProviderOpenstackCloudProviderBlockStorageGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterRkeConfigCloudProviderOpenstackCloudProviderBlockStorageGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigCloudProviderOpenstackCloudProviderBlockStorageGetArgs : ResourceArgs

Constructors

View Source

ClusterRkeConfigCloudProviderOpenstackCloudProviderBlockStorageGetArgs()

Declaration
public ClusterRkeConfigCloudProviderOpenstackCloudProviderBlockStorageGetArgs()

Properties

View Source

BsVersion

(string)

Declaration
public Input<string> BsVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IgnoreVolumeAz

(string)

Declaration
public Input<bool> IgnoreVolumeAz { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

TrustDevicePath

(string)

Declaration
public Input<bool> TrustDevicePath { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.