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