Class GetQuotasetV3PlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.openstack.blockstorage.inputs.GetQuotasetV3PlainArgs
-
public final class GetQuotasetV3PlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetQuotasetV3PlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetQuotasetV3PlainArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetQuotasetV3PlainArgs.Builderbuilder()static GetQuotasetV3PlainArgs.Builderbuilder(GetQuotasetV3PlainArgs defaults)java.lang.StringprojectId()java.util.Optional<java.lang.String>region()
-
-
-
Field Detail
-
Empty
public static final GetQuotasetV3PlainArgs Empty
-
-
Method Detail
-
projectId
public java.lang.String projectId()
- Returns:
- The id of the project to retrieve the quotaset.
-
region
public java.util.Optional<java.lang.String> region()
- Returns:
- The region in which to obtain the V3 Blockstorage client. If omitted, the `region` argument of the provider is used.
-
builder
public static GetQuotasetV3PlainArgs.Builder builder()
-
builder
public static GetQuotasetV3PlainArgs.Builder builder(GetQuotasetV3PlainArgs defaults)
-
-