InformationProtectionAwsOffering Class

public final class InformationProtectionAwsOffering
extends CloudOffering

The information protection for AWS offering.

Constructor Summary

Constructor Description
InformationProtectionAwsOffering()

Creates an instance of InformationProtectionAwsOffering class.

Method Summary

Modifier and Type Method and Description
InformationProtectionAwsOfferingInformationProtection informationProtection()

Get the informationProtection property: The native cloud connection configuration.

void validate()

Validates the instance.

InformationProtectionAwsOffering withInformationProtection(InformationProtectionAwsOfferingInformationProtection informationProtection)

Set the informationProtection property: The native cloud connection configuration.

Methods inherited from CloudOffering

Methods inherited from java.lang.Object

Constructor Details

InformationProtectionAwsOffering

public InformationProtectionAwsOffering()

Creates an instance of InformationProtectionAwsOffering class.

Method Details

informationProtection

public InformationProtectionAwsOfferingInformationProtection informationProtection()

Get the informationProtection property: The native cloud connection configuration.

Returns:

the informationProtection value.

validate

public void validate()

Validates the instance.

Overrides:

InformationProtectionAwsOffering.validate()

withInformationProtection

public InformationProtectionAwsOffering withInformationProtection(InformationProtectionAwsOfferingInformationProtection informationProtection)

Set the informationProtection property: The native cloud connection configuration.

Parameters:

informationProtection - the informationProtection value to set.

Returns:

the InformationProtectionAwsOffering object itself.

Applies to