CdnProfile.DefinitionStages.WithPremiumVerizonCreate Interface

public interface WithPremiumVerizonCreate extends CdnProfile.DefinitionStages.WithCreate

The stage of the definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<CdnProfile.DefinitionStages.WithPremiumVerizonCreate> defineNewPremiumEndpoint()

Starts the definition of a new endpoint to be attached to the CDN profile.

CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<CdnProfile.DefinitionStages.WithPremiumVerizonCreate> defineNewPremiumEndpoint(String name)

Starts the definition of a new endpoint to be attached to the CDN profile.

CdnEndpoint.DefinitionStages.WithPremiumAttach<CdnProfile.DefinitionStages.WithPremiumVerizonCreate> defineNewPremiumEndpoint(String name, String endpointOriginHostname)

Starts the definition of a new endpoint to be attached to the CDN profile.

CdnProfile.DefinitionStages.WithPremiumVerizonCreate withNewPremiumEndpoint(String endpointOriginHostname)

Adds a new endpoint to current CDN profile.

Inherited Members

Method Details

defineNewPremiumEndpoint

public CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint defineNewPremiumEndpoint()

Starts the definition of a new endpoint to be attached to the CDN profile.

Returns:

the first stage of a new CDN endpoint definition

defineNewPremiumEndpoint

public CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint defineNewPremiumEndpoint(String name)

Starts the definition of a new endpoint to be attached to the CDN profile.

Parameters:

name - a name for the endpoint

Returns:

the first stage of a new CDN endpoint definition

defineNewPremiumEndpoint

public CdnEndpoint.DefinitionStages.WithPremiumAttach defineNewPremiumEndpoint(String name, String endpointOriginHostname)

Starts the definition of a new endpoint to be attached to the CDN profile.

Parameters:

name - the name for the endpoint
endpointOriginHostname - the endpoint origin hostname

Returns:

the stage representing configuration for the endpoint

withNewPremiumEndpoint

public WithPremiumVerizonCreate withNewPremiumEndpoint(String endpointOriginHostname)

Adds a new endpoint to current CDN profile.

Parameters:

endpointOriginHostname - an endpoint origin hostname.

Returns:

the next stage of the definition.

Applies to