Interface TargetPoolsAddInstanceRequestOrBuilder

    • Method Detail

      • getInstancesList

        List<InstanceReference> getInstancesList()
         A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
         
        repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
      • getInstances

        InstanceReference getInstances​(int index)
         A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
         
        repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
      • getInstancesCount

        int getInstancesCount()
         A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
         
        repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
      • getInstancesOrBuilderList

        List<? extends InstanceReferenceOrBuilder> getInstancesOrBuilderList()
         A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
         
        repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
      • getInstancesOrBuilder

        InstanceReferenceOrBuilder getInstancesOrBuilder​(int index)
         A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
         
        repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;