Class AsPrependTemplate

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class AsPrependTemplate
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Create AS Prepend Configuration template.
    • Method Detail

      • length

        public Long length()
        Gets the length. Number of times the ASN to be prepended to the AS Path.
        Returns:
        the length
      • policy

        public String policy()
        Gets the policy. Route type this AS Prepend applies to.
        Returns:
        the policy
      • prefix

        public String prefix()
        Gets the prefix. Comma separated list of prefixes this AS Prepend applies to. Maximum of 10 prefixes. If not specified, this AS Prepend applies to all prefixes.
        Returns:
        the prefix
      • specificPrefixes

        public List<String> specificPrefixes()
        Gets the specificPrefixes. Array of prefixes this AS Prepend applies to. If this property is absent, the AS Prepend applies to all prefixes.
        Returns:
        the specificPrefixes