DefenderForServersGcpOfferingVaAutoProvisioningConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.DefenderForServersGcpOfferingVaAutoProvisioningConfiguration

public final class DefenderForServersGcpOfferingVaAutoProvisioningConfiguration

configuration for Vulnerability Assessment autoprovisioning.

Constructor Summary

Constructor Description
DefenderForServersGcpOfferingVaAutoProvisioningConfiguration()

Creates an instance of DefenderForServersGcpOfferingVaAutoProvisioningConfiguration class.

Method Summary

Modifier and Type Method and Description
Type type()

Get the type property: The Vulnerability Assessment solution to be provisioned.

void validate()

Validates the instance.

DefenderForServersGcpOfferingVaAutoProvisioningConfiguration withType(Type type)

Set the type property: The Vulnerability Assessment solution to be provisioned.

Methods inherited from java.lang.Object

Constructor Details

DefenderForServersGcpOfferingVaAutoProvisioningConfiguration

public DefenderForServersGcpOfferingVaAutoProvisioningConfiguration()

Creates an instance of DefenderForServersGcpOfferingVaAutoProvisioningConfiguration class.

Method Details

type

public Type type()

Get the type property: The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withType

public DefenderForServersGcpOfferingVaAutoProvisioningConfiguration withType(Type type)

Set the type property: The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'.

Parameters:

type - the type value to set.

Returns:

the DefenderForServersGcpOfferingVaAutoProvisioningConfiguration object itself.

Applies to