NewBucketConfig
import type { NewBucketConfig } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in a StorageResourceConfig, indicates that a new Google Cloud Storage bucket should be created.
interface NewBucketConfig {
autoclass?: GcsAutoclassConfig;
bucket?: string;
hierarchicalNamespace?: GcsHierarchicalNamespaceConfig;
storageClass?:
} | "STORAGE_CLASS_UNSPECIFIED"
| "STANDARD"
| "NEARLINE"
| "COLDLINE"
| "ARCHIVE";
§Properties
§
autoclass?: GcsAutoclassConfig
[src]Optional. Immutable. If set, indicates that the bucket should use Autoclass.
§
hierarchicalNamespace?: GcsHierarchicalNamespaceConfig
[src]Optional. Immutable. If set, indicates that the bucket should use hierarchical namespaces.