VPC 환경에서 이용 가능합니다.
Flow Log 설정 정보입니다.
구문
구문은 다음과 같습니다.
private String networkInterfaceNo;
private CommonCode collectActionType;
private Integer collectIntervalMinute;
private CommonCode storageType;
private String storageBucketName;
private String storageBucketDirectoryName;
필드
필드에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
networkInterfaceNo |
String | Required | 네트워크 인터페이스 번호 |
collectActionType |
CommonCode | Required | 수집 액션 유형
|
collectIntervalMinute |
Integer | Optional | 수집 주기(분)
|
storageType |
CommonCode | Optional | 저장소 유형
|
storageBucketName |
String | Required | Flow Log 트래픽을 저장할 오브젝트 스토리지 버킷 이름 |
storageBucketDirectoryName |
String | Optional | Flow Log 트래픽을 저장할 오브젝트 스토리지 버킷 내 디렉터리 이름
|