Package com.pulumi.gcp.projects.outputs
Class ApiKeyRestrictionsServerKeyRestrictions
- java.lang.Object
-
- com.pulumi.gcp.projects.outputs.ApiKeyRestrictionsServerKeyRestrictions
-
public final class ApiKeyRestrictionsServerKeyRestrictions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApiKeyRestrictionsServerKeyRestrictions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
allowedIps()
static ApiKeyRestrictionsServerKeyRestrictions.Builder
builder()
static ApiKeyRestrictionsServerKeyRestrictions.Builder
builder(ApiKeyRestrictionsServerKeyRestrictions defaults)
-
-
-
Method Detail
-
allowedIps
public java.util.List<java.lang.String> allowedIps()
- Returns:
- A list of the caller IP addresses that are allowed to make API calls with this key.
-
builder
public static ApiKeyRestrictionsServerKeyRestrictions.Builder builder()
-
builder
public static ApiKeyRestrictionsServerKeyRestrictions.Builder builder(ApiKeyRestrictionsServerKeyRestrictions defaults)
-
-