Available in VPC
This is a data type required when creating and editing a domain (profile).
Syntax
The syntax is as follows.
public class ProfileRequest {
private Long policyId;
private String name;
private Boolean claYn;
private Long ttl;
}
Field
The following describes the fields.
ProfileRequest
Field | Type | Required | Description |
---|---|---|---|
policyId |
Long | - | Policy ID |
name |
String | - | Domain (profile) name |
claYn |
Boolean | - | Cloud Log Analytics usage status
|
ttl |
Long | - | Domain (profile) TTL |