Class Circuit


  • public final class Circuit
    extends Object
    An ExpressRoute Circuit.
    • Constructor Detail

      • Circuit

        public Circuit()
    • Method Detail

      • primarySubnet

        public String primarySubnet()
        Get the primarySubnet property: CIDR of primary subnet.
        Returns:
        the primarySubnet value.
      • secondarySubnet

        public String secondarySubnet()
        Get the secondarySubnet property: CIDR of secondary subnet.
        Returns:
        the secondarySubnet value.
      • expressRouteId

        public String expressRouteId()
        Get the expressRouteId property: Identifier of the ExpressRoute Circuit (Microsoft Colo only).
        Returns:
        the expressRouteId value.
      • expressRoutePrivatePeeringId

        public String expressRoutePrivatePeeringId()
        Get the expressRoutePrivatePeeringId property: ExpressRoute Circuit private peering identifier.
        Returns:
        the expressRoutePrivatePeeringId value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.