Class AuditLogListResponse.IpAllowlistUpdated
-
- All Implemented Interfaces:
public final class AuditLogListResponse.IpAllowlistUpdatedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.IpAllowlistUpdated.BuilderA builder for IpAllowlistUpdated.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The ID of the IP allowlist configuration. final Optional<List<String>>allowedIps()The updated set of IP addresses or CIDR ranges in the configuration. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<List<String>>_allowedIps()Returns the raw JSON value of allowedIps. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.IpAllowlistUpdated.BuildertoBuilder()final AuditLogListResponse.IpAllowlistUpdatedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuditLogListResponse.IpAllowlistUpdated.Builderbuilder()Returns a mutable builder for constructing an instance of IpAllowlistUpdated. -
-
Method Detail
-
allowedIps
final Optional<List<String>> allowedIps()
The updated set of IP addresses or CIDR ranges in the configuration.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_allowedIps
final JsonField<List<String>> _allowedIps()
Returns the raw JSON value of allowedIps.
Unlike allowedIps, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.IpAllowlistUpdated.Builder toBuilder()
-
validate
final AuditLogListResponse.IpAllowlistUpdated validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static AuditLogListResponse.IpAllowlistUpdated.Builder builder()
Returns a mutable builder for constructing an instance of IpAllowlistUpdated.
-
-
-
-