DeepCreatedOrigin |
DeepCreatedOrigin.withEnabled(Boolean enabled) |
Set the enabled property: Origin is enabled for load balancing or not.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withHostname(String hostname) |
Set the hostname property: The address of the origin.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withHttpPort(Integer httpPort) |
Set the httpPort property: The value of the HTTP port.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withHttpsPort(Integer httpsPort) |
Set the httpsPort property: The value of the HTTPS port.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withName(String name) |
Set the name property: Origin name which must be unique within the endpoint.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withOriginHostHeader(String originHostHeader) |
Set the originHostHeader property: The host header value sent to the origin with each request.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withPriority(Integer priority) |
Set the priority property: Priority of origin in given origin group for load balancing.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withPrivateLinkAlias(String privateLinkAlias) |
Set the privateLinkAlias property: The Alias of the Private Link resource.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage) |
Set the privateLinkApprovalMessage property: A custom message to be included in the approval request to connect
to the Private Link.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withPrivateLinkLocation(String privateLinkLocation) |
Set the privateLinkLocation property: The location of the Private Link resource.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withPrivateLinkResourceId(String privateLinkResourceId) |
Set the privateLinkResourceId property: The Resource Id of the Private Link resource.
|
DeepCreatedOrigin |
DeepCreatedOrigin.withWeight(Integer weight) |
Set the weight property: Weight of the origin in given origin group for load balancing.
|