DefenderForServersAwsOfferingSubPlan Class

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

public final class DefenderForServersAwsOfferingSubPlan

configuration for the servers offering subPlan.

Constructor Summary

Constructor Description
DefenderForServersAwsOfferingSubPlan()

Creates an instance of DefenderForServersAwsOfferingSubPlan class.

Method Summary

Modifier and Type Method and Description
SubPlan type()

Get the type property: The available sub plans.

void validate()

Validates the instance.

DefenderForServersAwsOfferingSubPlan withType(SubPlan type)

Set the type property: The available sub plans.

Methods inherited from java.lang.Object

Constructor Details

DefenderForServersAwsOfferingSubPlan

public DefenderForServersAwsOfferingSubPlan()

Creates an instance of DefenderForServersAwsOfferingSubPlan class.

Method Details

type

public SubPlan type()

Get the type property: The available sub plans.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withType

public DefenderForServersAwsOfferingSubPlan withType(SubPlan type)

Set the type property: The available sub plans.

Parameters:

type - the type value to set.

Returns:

the DefenderForServersAwsOfferingSubPlan object itself.

Applies to