Show / Hide Table of Contents

Class VolumeAttachmentSpecArgs

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Inheritance
System.Object
InputArgs
ResourceArgs
VolumeAttachmentSpecArgs
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.Kubernetes.Types.Inputs.Storage.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class VolumeAttachmentSpecArgs : ResourceArgs

Properties

View Source

Attacher

Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

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

NodeName

The node that the volume should be attached to.

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

Source

Source represents the volume that should be attached.

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