TrafficAnalyticsConfigurationProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.network.TrafficAnalyticsConfigurationProperties

public class TrafficAnalyticsConfigurationProperties

Parameters that define the configuration of traffic analytics.

Constructor Summary

Constructor Description
TrafficAnalyticsConfigurationProperties()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean enabled()

Get flag to enable/disable traffic analytics.

java.lang.Integer trafficAnalyticsInterval()

Get the interval in minutes which would decide how frequently TA service should do flow analytics.

TrafficAnalyticsConfigurationProperties withEnabled(Boolean enabled)

Set flag to enable/disable traffic analytics.

TrafficAnalyticsConfigurationProperties withTrafficAnalyticsInterval(Integer trafficAnalyticsInterval)

Set the interval in minutes which would decide how frequently TA service should do flow analytics.

TrafficAnalyticsConfigurationProperties withWorkspaceId(String workspaceId)

Set the resource guid of the attached workspace.

TrafficAnalyticsConfigurationProperties withWorkspaceRegion(String workspaceRegion)

Set the location of the attached workspace.

TrafficAnalyticsConfigurationProperties withWorkspaceResourceId(String workspaceResourceId)

Set resource Id of the attached workspace.

java.lang.String workspaceId()

Get the resource guid of the attached workspace.

java.lang.String workspaceRegion()

Get the location of the attached workspace.

java.lang.String workspaceResourceId()

Get resource Id of the attached workspace.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TrafficAnalyticsConfigurationProperties

public TrafficAnalyticsConfigurationProperties()

Method Details

enabled

public Boolean enabled()

Get flag to enable/disable traffic analytics.

Returns:

the enabled value

trafficAnalyticsInterval

public Integer trafficAnalyticsInterval()

Get the interval in minutes which would decide how frequently TA service should do flow analytics.

Returns:

the trafficAnalyticsInterval value

withEnabled

public TrafficAnalyticsConfigurationProperties withEnabled(Boolean enabled)

Set flag to enable/disable traffic analytics.

Parameters:

enabled - the enabled value to set

Returns:

the TrafficAnalyticsConfigurationProperties object itself.

withTrafficAnalyticsInterval

public TrafficAnalyticsConfigurationProperties withTrafficAnalyticsInterval(Integer trafficAnalyticsInterval)

Set the interval in minutes which would decide how frequently TA service should do flow analytics.

Parameters:

trafficAnalyticsInterval - the trafficAnalyticsInterval value to set

Returns:

the TrafficAnalyticsConfigurationProperties object itself.

withWorkspaceId

public TrafficAnalyticsConfigurationProperties withWorkspaceId(String workspaceId)

Set the resource guid of the attached workspace.

Parameters:

workspaceId - the workspaceId value to set

Returns:

the TrafficAnalyticsConfigurationProperties object itself.

withWorkspaceRegion

public TrafficAnalyticsConfigurationProperties withWorkspaceRegion(String workspaceRegion)

Set the location of the attached workspace.

Parameters:

workspaceRegion - the workspaceRegion value to set

Returns:

the TrafficAnalyticsConfigurationProperties object itself.

withWorkspaceResourceId

public TrafficAnalyticsConfigurationProperties withWorkspaceResourceId(String workspaceResourceId)

Set resource Id of the attached workspace.

Parameters:

workspaceResourceId - the workspaceResourceId value to set

Returns:

the TrafficAnalyticsConfigurationProperties object itself.

workspaceId

public String workspaceId()

Get the resource guid of the attached workspace.

Returns:

the workspaceId value

workspaceRegion

public String workspaceRegion()

Get the location of the attached workspace.

Returns:

the workspaceRegion value

workspaceResourceId

public String workspaceResourceId()

Get resource Id of the attached workspace.

Returns:

the workspaceResourceId value

Applies to