CollectingInfo

Prev Next

Available in Classic

This is log collection information.

Syntax

The syntax is as follows.

    private Integer instanceNo;
	private String macAddr;
	private String ip;
	private String servername;
	private String logType;
	private String logTemplate;
	private String logPath;
	private String osType;
	private Boolean symlinks;

Field

The following describes the fields.

Field Type Required Description
instanceNo Integer Required Server instance number
macAddr String Required (VPC) Server MAC address
  • Use in the VPC platform
ip String Required (Classic) Server IP address
  • Use in the Classic platform
servername String Required Server name
logType String Required Log type
logTemplate String Optional Log template
logPath String Required Log path
osType String Required Server OS type
symlinks Boolean Required Whether to collect symbolic link files
  • true | false

Related operations