NAME

CDN::Edgecast::Client::auto::Administration::Element::CustomerOriginsAdvancedGetResponse

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined element CustomerOriginsAdvancedGetResponse from the namespace EC:WebServices.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • CustomerOriginsAdvancedGetResult

    $element->set_CustomerOriginsAdvancedGetResult($data);
    $element->get_CustomerOriginsAdvancedGetResult();

METHODS

new

my $element = CDN::Edgecast::Client::auto::Administration::Element::CustomerOriginsAdvancedGetResponse->new($data);

Constructor. The following data structure may be passed to new():

{
  CustomerOriginsAdvancedGetResult =>  { # CDN::Edgecast::Client::auto::Administration::Type::ArrayOfCustomerOriginInfo
    CustomerOriginInfo =>  { # CDN::Edgecast::Client::auto::Administration::Type::CustomerOriginInfo
      Id =>  $some_value, # int
      MediaTypeId =>  $some_value, # int
      DirectoryName =>  $some_value, # string
      HostHeader =>  $some_value, # string
      UseOriginShield =>  $some_value, # boolean
      HttpFullUrl =>  $some_value, # string
      HttpsFullUrl =>  $some_value, # string
      HttpLoadBalancing =>  $some_value, # string
      HttpsLoadBalancing =>  $some_value, # string
      HttpHostnames =>  { # CDN::Edgecast::Client::auto::Administration::Type::ArrayOfHostname
        Hostname =>  { # CDN::Edgecast::Client::auto::Administration::Type::Hostname
          Name =>  $some_value, # string
          IsPrimary =>  $some_value, # boolean
          Ordinal =>  $some_value, # int
        },
      },
      HttpsHostnames =>  { # CDN::Edgecast::Client::auto::Administration::Type::ArrayOfHostname
        Hostname =>  { # CDN::Edgecast::Client::auto::Administration::Type::Hostname
          Name =>  $some_value, # string
          IsPrimary =>  $some_value, # boolean
          Ordinal =>  $some_value, # int
        },
      },
      ShieldPOPs =>  { # CDN::Edgecast::Client::auto::Administration::Type::ArrayOfShieldPOP
        ShieldPOP =>  { # CDN::Edgecast::Client::auto::Administration::Type::ShieldPOP
          Name =>  $some_value, # string
          POPCode =>  $some_value, # string
          Region =>  $some_value, # string
        },
      },
    },
  },
},

AUTHOR

Generated by SOAP::WSDL