Show / Hide Table of Contents

Class LocationSmbMountOptionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LocationSmbMountOptionsGetArgs
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.Aws.DataSync.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LocationSmbMountOptionsGetArgs : ResourceArgs

Constructors

View Source

LocationSmbMountOptionsGetArgs()

Declaration
public LocationSmbMountOptionsGetArgs()

Properties

View Source

Version

The specific SMB version that you want DataSync to use for mounting your SMB share. Valid values: AUTOMATIC, SMB2, and SMB3. Default: AUTOMATIC

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