Skip navigation links
org.jclouds.aws.ec2.options

Class RouteTableOptions

    • Constructor Detail

      • RouteTableOptions

        public RouteTableOptions()
    • Method Detail

      • dryRun

        public RouteTableOptions dryRun()
        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
      • isDryRun

        public boolean isDryRun()
      • destinationCidrBlock

        public RouteTableOptions destinationCidrBlock(String destinationCidrBlock)
        The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match.

Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.