Class ShareNetworkArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.openstack.sharedfilesystem.ShareNetworkArgs
-
public final class ShareNetworkArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShareNetworkArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ShareNetworkArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShareNetworkArgs.Builderbuilder()static ShareNetworkArgs.Builderbuilder(ShareNetworkArgs defaults)java.util.Optional<com.pulumi.core.Output<java.lang.String>>description()java.util.Optional<com.pulumi.core.Output<java.lang.String>>name()com.pulumi.core.Output<java.lang.String>neutronNetId()com.pulumi.core.Output<java.lang.String>neutronSubnetId()java.util.Optional<com.pulumi.core.Output<java.lang.String>>region()java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>securityServiceIds()
-
-
-
Field Detail
-
Empty
public static final ShareNetworkArgs Empty
-
-
Method Detail
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- The human-readable description for the share network. Changing this updates the description of the existing share network.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name for the share network. Changing this updates the name of the existing share network.
-
neutronNetId
public com.pulumi.core.Output<java.lang.String> neutronNetId()
- Returns:
- 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.
-
neutronSubnetId
public com.pulumi.core.Output<java.lang.String> neutronSubnetId()
- Returns:
- 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.
-
region
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
- Returns:
- 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.
-
securityServiceIds
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> securityServiceIds()
- Returns:
- The list of security service IDs to associate with the share network. The security service must be specified by ID and not name.
-
builder
public static ShareNetworkArgs.Builder builder()
-
builder
public static ShareNetworkArgs.Builder builder(ShareNetworkArgs defaults)
-
-