DefenderForServersGcpOfferingSubPlan Class

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

public final class DefenderForServersGcpOfferingSubPlan

configuration for the servers offering subPlan.

Constructor Summary

Constructor Description
DefenderForServersGcpOfferingSubPlan()

Creates an instance of DefenderForServersGcpOfferingSubPlan class.

Method Summary

Modifier and Type Method and Description
SubPlan type()

Get the type property: The available sub plans.

void validate()

Validates the instance.

DefenderForServersGcpOfferingSubPlan withType(SubPlan type)

Set the type property: The available sub plans.

Methods inherited from java.lang.Object

Constructor Details

DefenderForServersGcpOfferingSubPlan

public DefenderForServersGcpOfferingSubPlan()

Creates an instance of DefenderForServersGcpOfferingSubPlan 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 DefenderForServersGcpOfferingSubPlan withType(SubPlan type)

Set the type property: The available sub plans.

Parameters:

type - the type value to set.

Returns:

the DefenderForServersGcpOfferingSubPlan object itself.

Applies to