Class GetAFDOriginResult


  • public final class GetAFDOriginResult
    extends java.lang.Object
    • Method Detail

      • azureOrigin

        public java.util.Optional<ResourceReferenceResponse> azureOrigin()
        Returns:
        Resource reference to the Azure origin resource.
      • deploymentStatus

        public java.lang.String deploymentStatus()
      • enabledState

        public java.util.Optional<java.lang.String> enabledState()
        Returns:
        Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.
      • hostName

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

        public java.util.Optional<java.lang.Integer> httpPort()
        Returns:
        The value of the HTTP port. Must be between 1 and 65535.
      • httpsPort

        public java.util.Optional<java.lang.Integer> httpsPort()
        Returns:
        The value of the HTTPS port. Must be between 1 and 65535.
      • id

        public java.lang.String id()
        Returns:
        Resource ID.
      • name

        public java.lang.String name()
        Returns:
        Resource name.
      • originHostHeader

        public java.util.Optional<java.lang.String> originHostHeader()
        Returns:
        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
      • priority

        public java.util.Optional<java.lang.Integer> priority()
        Returns:
        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
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        Provisioning status
      • type

        public java.lang.String type()
        Returns:
        Resource type.
      • weight

        public java.util.Optional<java.lang.Integer> weight()
        Returns:
        Weight of the origin in given origin group for load balancing. Must be between 1 and 1000