Class ShareNetworkArgs


  • public final class ShareNetworkArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ShareNetworkArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • 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.