Class ShareNetworkArgs
Inherited Members
Namespace: Pulumi.OpenStack.SharedFileSystem
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ShareNetworkArgs : ResourceArgs
Constructors
View SourceShareNetworkArgs()
Declaration
public ShareNetworkArgs()
Properties
View SourceDescription
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> |
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> |
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> |
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> |
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> |
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> |