Class OriginUpdateParameters

java.lang.Object
com.microsoft.azure.management.cdn.OriginUpdateParameters

public class OriginUpdateParameters extends Object
Origin properties needed for origin update.
  • Constructor Details

    • OriginUpdateParameters

      public OriginUpdateParameters()
  • Method Details

    • hostName

      public String hostName()
      Get the address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.
      Returns:
      the hostName value
    • withHostName

      public OriginUpdateParameters withHostName(String hostName)
      Set the address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.
      Parameters:
      hostName - the hostName value to set
      Returns:
      the OriginUpdateParameters object itself.
    • httpPort

      public Integer httpPort()
      Get the value of the HTTP port. Must be between 1 and 65535.
      Returns:
      the httpPort value
    • withHttpPort

      public OriginUpdateParameters withHttpPort(Integer httpPort)
      Set the value of the HTTP port. Must be between 1 and 65535.
      Parameters:
      httpPort - the httpPort value to set
      Returns:
      the OriginUpdateParameters object itself.
    • httpsPort

      public Integer httpsPort()
      Get the value of the HTTPS port. Must be between 1 and 65535.
      Returns:
      the httpsPort value
    • withHttpsPort

      public OriginUpdateParameters withHttpsPort(Integer httpsPort)
      Set the value of the HTTPS port. Must be between 1 and 65535.
      Parameters:
      httpsPort - the httpsPort value to set
      Returns:
      the OriginUpdateParameters object itself.
    • originHostHeader

      public String originHostHeader()
      Get the host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint.
      Returns:
      the originHostHeader value
    • withOriginHostHeader

      public OriginUpdateParameters withOriginHostHeader(String originHostHeader)
      Set the host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint.
      Parameters:
      originHostHeader - the originHostHeader value to set
      Returns:
      the OriginUpdateParameters object itself.
    • priority

      public Integer priority()
      Get priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5.
      Returns:
      the priority value
    • withPriority

      public OriginUpdateParameters withPriority(Integer priority)
      Set priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5.
      Parameters:
      priority - the priority value to set
      Returns:
      the OriginUpdateParameters object itself.
    • weight

      public Integer weight()
      Get weight of the origin in given origin group for load balancing. Must be between 1 and 1000.
      Returns:
      the weight value
    • withWeight

      public OriginUpdateParameters withWeight(Integer weight)
      Set weight of the origin in given origin group for load balancing. Must be between 1 and 1000.
      Parameters:
      weight - the weight value to set
      Returns:
      the OriginUpdateParameters object itself.
    • enabled

      public Boolean enabled()
      Get origin is enabled for load balancing or not.
      Returns:
      the enabled value
    • withEnabled

      public OriginUpdateParameters withEnabled(Boolean enabled)
      Set origin is enabled for load balancing or not.
      Parameters:
      enabled - the enabled value to set
      Returns:
      the OriginUpdateParameters object itself.
    • privateLinkAlias

      public String privateLinkAlias()
      Get the Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'.
      Returns:
      the privateLinkAlias value
    • withPrivateLinkAlias

      public OriginUpdateParameters withPrivateLinkAlias(String privateLinkAlias)
      Set the Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'.
      Parameters:
      privateLinkAlias - the privateLinkAlias value to set
      Returns:
      the OriginUpdateParameters object itself.
    • privateLinkResourceId

      public String privateLinkResourceId()
      Get the Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'.
      Returns:
      the privateLinkResourceId value
    • withPrivateLinkResourceId

      public OriginUpdateParameters withPrivateLinkResourceId(String privateLinkResourceId)
      Set the Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'.
      Parameters:
      privateLinkResourceId - the privateLinkResourceId value to set
      Returns:
      the OriginUpdateParameters object itself.
    • privateLinkLocation

      public String privateLinkLocation()
      Get the location of the Private Link resource. Required only if 'privateLinkResourceId' is populated.
      Returns:
      the privateLinkLocation value
    • withPrivateLinkLocation

      public OriginUpdateParameters withPrivateLinkLocation(String privateLinkLocation)
      Set the location of the Private Link resource. Required only if 'privateLinkResourceId' is populated.
      Parameters:
      privateLinkLocation - the privateLinkLocation value to set
      Returns:
      the OriginUpdateParameters object itself.
    • privateLinkApprovalMessage

      public String privateLinkApprovalMessage()
      Get a custom message to be included in the approval request to connect to the Private Link.
      Returns:
      the privateLinkApprovalMessage value
    • withPrivateLinkApprovalMessage

      public OriginUpdateParameters withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)
      Set a custom message to be included in the approval request to connect to the Private Link.
      Parameters:
      privateLinkApprovalMessage - the privateLinkApprovalMessage value to set
      Returns:
      the OriginUpdateParameters object itself.