SecuritySolutionInner Class

public final class SecuritySolutionInner
extends ProxyResource

The SecuritySolution model.

Constructor Summary

Constructor Description
SecuritySolutionInner()

Creates an instance of SecuritySolutionInner class.

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: Location where the resource is stored.

String protectionStatus()

Get the protectionStatus property: The security solutions' status.

ProvisioningState provisioningState()

Get the provisioningState property: The security family provisioning State.

SecurityFamily securityFamily()

Get the securityFamily property: The security family of the security solution.

String template()

Get the template property: The security solutions' template.

void validate()

Validates the instance.

SecuritySolutionInner withProtectionStatus(String protectionStatus)

Set the protectionStatus property: The security solutions' status.

SecuritySolutionInner withProvisioningState(ProvisioningState provisioningState)

Set the provisioningState property: The security family provisioning State.

SecuritySolutionInner withSecurityFamily(SecurityFamily securityFamily)

Set the securityFamily property: The security family of the security solution.

SecuritySolutionInner withTemplate(String template)

Set the template property: The security solutions' template.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

SecuritySolutionInner

public SecuritySolutionInner()

Creates an instance of SecuritySolutionInner class.

Method Details

location

public String location()

Get the location property: Location where the resource is stored.

Returns:

the location value.

protectionStatus

public String protectionStatus()

Get the protectionStatus property: The security solutions' status.

Returns:

the protectionStatus value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The security family provisioning State.

Returns:

the provisioningState value.

securityFamily

public SecurityFamily securityFamily()

Get the securityFamily property: The security family of the security solution.

Returns:

the securityFamily value.

template

public String template()

Get the template property: The security solutions' template.

Returns:

the template value.

validate

public void validate()

Validates the instance.

withProtectionStatus

public SecuritySolutionInner withProtectionStatus(String protectionStatus)

Set the protectionStatus property: The security solutions' status.

Parameters:

protectionStatus - the protectionStatus value to set.

Returns:

the SecuritySolutionInner object itself.

withProvisioningState

public SecuritySolutionInner withProvisioningState(ProvisioningState provisioningState)

Set the provisioningState property: The security family provisioning State.

Parameters:

provisioningState - the provisioningState value to set.

Returns:

the SecuritySolutionInner object itself.

withSecurityFamily

public SecuritySolutionInner withSecurityFamily(SecurityFamily securityFamily)

Set the securityFamily property: The security family of the security solution.

Parameters:

securityFamily - the securityFamily value to set.

Returns:

the SecuritySolutionInner object itself.

withTemplate

public SecuritySolutionInner withTemplate(String template)

Set the template property: The security solutions' template.

Parameters:

template - the template value to set.

Returns:

the SecuritySolutionInner object itself.

Applies to