Package com.pulumi.gcp.notebooks.outputs
Class RuntimeAccessConfig
- java.lang.Object
-
- com.pulumi.gcp.notebooks.outputs.RuntimeAccessConfig
-
public final class RuntimeAccessConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuntimeAccessConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
accessType()
static RuntimeAccessConfig.Builder
builder()
static RuntimeAccessConfig.Builder
builder(RuntimeAccessConfig defaults)
java.util.Optional<java.lang.String>
proxyUri()
java.util.Optional<java.lang.String>
runtimeOwner()
-
-
-
Method Detail
-
accessType
public java.util.Optional<java.lang.String> accessType()
- Returns:
- The type of access mode this instance. For valid values, see `https://cloud.google.com/vertex-ai/docs/workbench/reference/ rest/v1/projects.locations.runtimes#RuntimeAccessType`.
-
proxyUri
public java.util.Optional<java.lang.String> proxyUri()
- Returns:
- (Output) The proxy endpoint that is used to access the runtime.
-
runtimeOwner
public java.util.Optional<java.lang.String> runtimeOwner()
- Returns:
- The owner of this runtime after creation. Format: `[email protected]`. Currently supports one owner only.
-
builder
public static RuntimeAccessConfig.Builder builder()
-
builder
public static RuntimeAccessConfig.Builder builder(RuntimeAccessConfig defaults)
-
-