Interface ManagedInstancesNetworkConfiguration.Builder

  • Method Details

    • subnets

      The VPC subnets where managed instances are launched. If your subnets don't provide public IP addresses, they must have a NAT gateway for outbound internet access.

      Parameters:
      subnets - The VPC subnets where managed instances are launched. If your subnets don't provide public IP addresses, they must have a NAT gateway for outbound internet access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnets

      The VPC subnets where managed instances are launched. If your subnets don't provide public IP addresses, they must have a NAT gateway for outbound internet access.

      Parameters:
      subnets - The VPC subnets where managed instances are launched. If your subnets don't provide public IP addresses, they must have a NAT gateway for outbound internet access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroups

      The VPC security groups to associate with the managed instances.

      Parameters:
      securityGroups - The VPC security groups to associate with the managed instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroups

      ManagedInstancesNetworkConfiguration.Builder securityGroups(String... securityGroups)

      The VPC security groups to associate with the managed instances.

      Parameters:
      securityGroups - The VPC security groups to associate with the managed instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.