Class FlavorAccessArgs


  • public final class FlavorAccessArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • flavorId

        public com.pulumi.core.Output<java.lang.String> flavorId()
        Returns:
        The UUID of flavor to use. Changing this creates a new flavor access.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which to obtain the V2 Compute client. If omitted, the `region` argument of the provider is used. Changing this creates a new flavor access.
      • tenantId

        public com.pulumi.core.Output<java.lang.String> tenantId()
        Returns:
        The UUID of tenant which is allowed to use the flavor. Changing this creates a new flavor access.