Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Blobworker ¶
Types ¶
type NSGFlowLogs ¶
type NSGFlowLogs struct {
Records []struct {
Time time.Time `json:"time"`
SystemID string `json:"systemId"`
MacAddress string `json:"macAddress"`
Category string `json:"category"`
ResourceID string `json:"resourceId"`
OperationName string `json:"operationName"`
Properties properties `json:"properties"`
} `json:"records"`
}
type VNETFlowLogs ¶
type VNETFlowLogs struct {
Records []struct {
Time time.Time `json:"time"`
FlowLogVersion int `json:"flowLogVersion"`
FlowLogGUID string `json:"flowLogGUID"`
MacAddress string `json:"macAddress"`
Category string `json:"category"`
FlowLogResourceID string `json:"flowLogResourceID"`
TargetResourceID string `json:"targetResourceID"`
OperationName string `json:"operationName"`
FlowRecords flowrecords `json:"flowrecords"`
} `json:"records"`
}
Click to show internal directories.
Click to hide internal directories.