Show / Hide Table of Contents

Class ShareNetworkArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ShareNetworkArgs
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.OpenStack.SharedFileSystem
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ShareNetworkArgs : ResourceArgs

Constructors

View Source

ShareNetworkArgs()

Declaration
public ShareNetworkArgs()

Properties

View Source

Description

The human-readable description for the share network. Changing this updates the description of the existing share network.

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

Name

The name for the share network. Changing this updates the name of the existing share network.

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

NeutronNetId

The UUID of a neutron network when setting up or updating a share network. Changing this updates the existing share network if it's not used by shares.

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

NeutronSubnetId

The UUID of the neutron subnet when setting up or updating a share network. Changing this updates the existing share network if it's not used by shares.

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

Region

The region in which to obtain the V2 Shared File System client. A Shared File System client is needed to create a share network. If omitted, the region argument of the provider is used. Changing this creates a new share network.

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

SecurityServiceIds

The list of security service IDs to associate with the share network. The security service must be specified by ID and not name.

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