SecurityConnector.DefinitionStages.WithOfferings Interface

public static interface SecurityConnector.DefinitionStages.WithOfferings

The stage of the SecurityConnector definition allowing to specify offerings.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withOfferings(List<CloudOffering> offerings)

Specifies the offerings property: A collection of offerings for the security connector..

Method Details

withOfferings

public abstract SecurityConnector.DefinitionStages.WithCreate withOfferings(List offerings)

Specifies the offerings property: A collection of offerings for the security connector..

Parameters:

offerings - A collection of offerings for the security connector.

Returns:

the next definition stage.

Applies to