FlowLogConfiguration

Prev Next

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 수집 액션 유형
  • ALLOW | DENY | ALL
    • ALLOW: 허용
    • DENY: 거부
    • ALL: 모두
collectIntervalMinute Integer Optional 수집 주기(분)
  • 5~15 (기본값: 15)
storageType CommonCode Optional 저장소 유형
  • OBJT (기본값)
storageBucketName String Required Flow Log 트래픽을 저장할 오브젝트 스토리지 버킷 이름
storageBucketDirectoryName String Optional Flow Log 트래픽을 저장할 오브젝트 스토리지 버킷 내 디렉터리 이름
  • VPC_FLOW_LOG (기본값)