Package com.pulumi.gcp.dns.inputs
Class GetKeysPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.gcp.dns.inputs.GetKeysPlainArgs
-
public final class GetKeysPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetKeysPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetKeysPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetKeysPlainArgs.Builder
builder()
static GetKeysPlainArgs.Builder
builder(GetKeysPlainArgs defaults)
java.lang.String
managedZone()
java.util.Optional<java.lang.String>
project()
-
-
-
Field Detail
-
Empty
public static final GetKeysPlainArgs Empty
-
-
Method Detail
-
managedZone
public java.lang.String managedZone()
- Returns:
- The name or id of the Cloud DNS managed zone.
-
project
public java.util.Optional<java.lang.String> project()
- Returns:
- The ID of the project in which the resource belongs. If `project` is not provided, the provider project is used.
-
builder
public static GetKeysPlainArgs.Builder builder()
-
builder
public static GetKeysPlainArgs.Builder builder(GetKeysPlainArgs defaults)
-
-