public static interface CdnProfile.UpdateStages.WithEndpoint
Modifier and Type | Method and Description |
---|---|
CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<CdnProfile.Update> |
defineNewEndpoint()
Starts the definition of a new endpoint to be attached to the CDN profile.
|
CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<CdnProfile.Update> |
defineNewEndpoint(String name)
Starts the definition of a new endpoint to be attached to the CDN profile.
|
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<CdnProfile.Update> |
defineNewEndpoint(String name,
String endpointOriginHostname)
Specifies definition of an endpoint to be attached to the CDN profile.
|
CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<CdnProfile.Update> |
defineNewPremiumEndpoint()
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
|
CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<CdnProfile.Update> |
defineNewPremiumEndpoint(String name)
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
|
CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<CdnProfile.Update> |
defineNewPremiumEndpoint(String name,
String endpointOriginHostname)
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
|
CdnEndpoint.UpdateStandardEndpoint |
updateEndpoint(String name)
Begins the description of an update of an existing endpoint in current profile.
|
CdnEndpoint.UpdatePremiumEndpoint |
updatePremiumEndpoint(String name)
Begins the description of an update of an existing endpoint in current Premium Verizon profile.
|
CdnProfile.Update |
withNewEndpoint(String endpointOriginHostname)
Adds a new endpoint.
|
CdnProfile.Update |
withNewPremiumEndpoint(String endpointOriginHostname)
Adds new endpoint to current Premium Verizon CDN profile.
|
CdnProfile.Update |
withoutEndpoint(String name)
Removes an endpoint from the profile.
|
CdnProfile.Update withNewEndpoint(String endpointOriginHostname)
endpointOriginHostname
- an endpoint origin hostname@Beta CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<CdnProfile.Update> defineNewEndpoint()
CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<CdnProfile.Update> defineNewEndpoint(String name)
name
- the name for the endpoint@Beta CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<CdnProfile.Update> defineNewEndpoint(String name, String endpointOriginHostname)
name
- the name for the endpointendpointOriginHostname
- the endpoint origin hostnameCdnProfile.Update withNewPremiumEndpoint(String endpointOriginHostname)
endpointOriginHostname
- the endpoint origin hostname@Beta CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<CdnProfile.Update> defineNewPremiumEndpoint()
CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<CdnProfile.Update> defineNewPremiumEndpoint(String name)
name
- a name for the new endpoint@Beta CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<CdnProfile.Update> defineNewPremiumEndpoint(String name, String endpointOriginHostname)
name
- a name for the endpointendpointOriginHostname
- the endpoint origin hostname.CdnEndpoint.UpdateStandardEndpoint updateEndpoint(String name)
name
- the name of an existing endpointCdnEndpoint.UpdatePremiumEndpoint updatePremiumEndpoint(String name)
name
- the name of the endpointCdnProfile.Update withoutEndpoint(String name)
name
- the name of an existing endpointCopyright © 2019. All rights reserved.