ibm.getIsInstanceGroups
Explore with Pulumi AI
Provides a read-only data source for InstanceGroupCollection. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax. For more information, about instance groups , see Managing instance groups.
Note:
VPC infrastructure services are regional specific and by default targets to us-south
. If VPC service is created in a region other than us-south
, please make sure to target the region in the provider block as shown in the provider.tf
file, .
provider.tf
import * as pulumi from "@pulumi/pulumi";
import pulumi
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
}
}
{}
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const isInstanceGroups = ibm.getIsInstanceGroups({});
import pulumi
import pulumi_ibm as ibm
is_instance_groups = ibm.get_is_instance_groups()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetIsInstanceGroups(ctx, &ibm.GetIsInstanceGroupsArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var isInstanceGroups = Ibm.GetIsInstanceGroups.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsInstanceGroupsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var isInstanceGroups = IbmFunctions.getIsInstanceGroups();
}
}
variables:
isInstanceGroups:
fn::invoke:
function: ibm:getIsInstanceGroups
arguments: {}
Using getIsInstanceGroups
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIsInstanceGroups(args: GetIsInstanceGroupsArgs, opts?: InvokeOptions): Promise<GetIsInstanceGroupsResult>
function getIsInstanceGroupsOutput(args: GetIsInstanceGroupsOutputArgs, opts?: InvokeOptions): Output<GetIsInstanceGroupsResult>
def get_is_instance_groups(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsInstanceGroupsResult
def get_is_instance_groups_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsInstanceGroupsResult]
func GetIsInstanceGroups(ctx *Context, args *GetIsInstanceGroupsArgs, opts ...InvokeOption) (*GetIsInstanceGroupsResult, error)
func GetIsInstanceGroupsOutput(ctx *Context, args *GetIsInstanceGroupsOutputArgs, opts ...InvokeOption) GetIsInstanceGroupsResultOutput
> Note: This function is named GetIsInstanceGroups
in the Go SDK.
public static class GetIsInstanceGroups
{
public static Task<GetIsInstanceGroupsResult> InvokeAsync(GetIsInstanceGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetIsInstanceGroupsResult> Invoke(GetIsInstanceGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsInstanceGroupsResult> getIsInstanceGroups(GetIsInstanceGroupsArgs args, InvokeOptions options)
public static Output<GetIsInstanceGroupsResult> getIsInstanceGroups(GetIsInstanceGroupsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsInstanceGroups:getIsInstanceGroups
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- (String) The unique identifier for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- id String
- (String) The unique identifier for this VPC.
- id string
- (String) The unique identifier for this VPC.
- id str
- (String) The unique identifier for this VPC.
- id String
- (String) The unique identifier for this VPC.
getIsInstanceGroups Result
The following output properties are available:
- Id string
- (String) The unique identifier for this VPC.
- Instance
Groups List<GetIs Instance Groups Instance Group> - (List) Collection of instance groups.
- Id string
- (String) The unique identifier for this VPC.
- Instance
Groups []GetIs Instance Groups Instance Group - (List) Collection of instance groups.
- id String
- (String) The unique identifier for this VPC.
- instance
Groups List<GetIs Instance Groups Instance Group> - (List) Collection of instance groups.
- id string
- (String) The unique identifier for this VPC.
- instance
Groups GetIs Instance Groups Instance Group[] - (List) Collection of instance groups.
- id str
- (String) The unique identifier for this VPC.
- instance_
groups Sequence[GetIs Instance Groups Instance Group] - (List) Collection of instance groups.
- id String
- (String) The unique identifier for this VPC.
- instance
Groups List<Property Map> - (List) Collection of instance groups.
Supporting Types
GetIsInstanceGroupsInstanceGroup
- List<string>
- (List) Access management tags associated for the instance group.
- Application
Port double - (Integer) Required if specifying a load balancer pool only. Used by the instance group when scaling up instances to supply the port for the load balancer pool member.
- Created
At string - (String) The date and time that the instance group was created.
- Crn string
- (String) The CRN for this VPC.
- Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Instance
Templates List<GetIs Instance Groups Instance Group Instance Template> - (List) The template used to create new instances for this group.
Nested scheme for
instance_template
: - Load
Balancer List<GetPools Is Instance Groups Instance Group Load Balancer Pool> - (List) The load balancer pool managed by this group. Instances createdby this group will have a new load balancer pool member in thatpool created.
Nested scheme for
load_balancer_pool
: - Managers
List<Get
Is Instance Groups Instance Group Manager> - (List) The managers for the instance group.
Nested scheme for
managers
: - Membership
Count double - (Integer) The number of instances in the instance group.
- Name string
- (String) The unique user-defined name for this VPC.
- Resource
Groups List<GetIs Instance Groups Instance Group Resource Group> - (List)
Nested scheme for
resource_group
: - Status string
- (String) The status of the instance group-
deleting
: Group is being deleted-healthy
: Group hasmembership_count
instances-scaling
: Instances in the group are being created or deleted to reachmembership_count
-unhealthy
: Group is unable to reachmembership_count
instances. - Subnets
List<Get
Is Instance Groups Instance Group Subnet> - (List) The subnets to use when creating new instances.
Nested scheme for
subnets
: - Updated
At string - (String) The date and time that the instance group was updated.
- Vpcs
List<Get
Is Instance Groups Instance Group Vpc> - (List) The VPC the instance group resides in.
Nested scheme for
vpc
:
- []string
- (List) Access management tags associated for the instance group.
- Application
Port float64 - (Integer) Required if specifying a load balancer pool only. Used by the instance group when scaling up instances to supply the port for the load balancer pool member.
- Created
At string - (String) The date and time that the instance group was created.
- Crn string
- (String) The CRN for this VPC.
- Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Instance
Templates []GetIs Instance Groups Instance Group Instance Template - (List) The template used to create new instances for this group.
Nested scheme for
instance_template
: - Load
Balancer []GetPools Is Instance Groups Instance Group Load Balancer Pool - (List) The load balancer pool managed by this group. Instances createdby this group will have a new load balancer pool member in thatpool created.
Nested scheme for
load_balancer_pool
: - Managers
[]Get
Is Instance Groups Instance Group Manager - (List) The managers for the instance group.
Nested scheme for
managers
: - Membership
Count float64 - (Integer) The number of instances in the instance group.
- Name string
- (String) The unique user-defined name for this VPC.
- Resource
Groups []GetIs Instance Groups Instance Group Resource Group - (List)
Nested scheme for
resource_group
: - Status string
- (String) The status of the instance group-
deleting
: Group is being deleted-healthy
: Group hasmembership_count
instances-scaling
: Instances in the group are being created or deleted to reachmembership_count
-unhealthy
: Group is unable to reachmembership_count
instances. - Subnets
[]Get
Is Instance Groups Instance Group Subnet - (List) The subnets to use when creating new instances.
Nested scheme for
subnets
: - Updated
At string - (String) The date and time that the instance group was updated.
- Vpcs
[]Get
Is Instance Groups Instance Group Vpc - (List) The VPC the instance group resides in.
Nested scheme for
vpc
:
- List<String>
- (List) Access management tags associated for the instance group.
- application
Port Double - (Integer) Required if specifying a load balancer pool only. Used by the instance group when scaling up instances to supply the port for the load balancer pool member.
- created
At String - (String) The date and time that the instance group was created.
- crn String
- (String) The CRN for this VPC.
- href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- instance
Templates List<GetIs Instance Groups Instance Group Instance Template> - (List) The template used to create new instances for this group.
Nested scheme for
instance_template
: - load
Balancer List<GetPools Is Instance Groups Instance Group Load Balancer Pool> - (List) The load balancer pool managed by this group. Instances createdby this group will have a new load balancer pool member in thatpool created.
Nested scheme for
load_balancer_pool
: - managers
List<Get
Is Instance Groups Instance Group Manager> - (List) The managers for the instance group.
Nested scheme for
managers
: - membership
Count Double - (Integer) The number of instances in the instance group.
- name String
- (String) The unique user-defined name for this VPC.
- resource
Groups List<GetIs Instance Groups Instance Group Resource Group> - (List)
Nested scheme for
resource_group
: - status String
- (String) The status of the instance group-
deleting
: Group is being deleted-healthy
: Group hasmembership_count
instances-scaling
: Instances in the group are being created or deleted to reachmembership_count
-unhealthy
: Group is unable to reachmembership_count
instances. - subnets
List<Get
Is Instance Groups Instance Group Subnet> - (List) The subnets to use when creating new instances.
Nested scheme for
subnets
: - updated
At String - (String) The date and time that the instance group was updated.
- vpcs
List<Get
Is Instance Groups Instance Group Vpc> - (List) The VPC the instance group resides in.
Nested scheme for
vpc
:
- string[]
- (List) Access management tags associated for the instance group.
- application
Port number - (Integer) Required if specifying a load balancer pool only. Used by the instance group when scaling up instances to supply the port for the load balancer pool member.
- created
At string - (String) The date and time that the instance group was created.
- crn string
- (String) The CRN for this VPC.
- href string
- (String) The URL for this VPC.
- id string
- (String) The unique identifier for this VPC.
- instance
Templates GetIs Instance Groups Instance Group Instance Template[] - (List) The template used to create new instances for this group.
Nested scheme for
instance_template
: - load
Balancer GetPools Is Instance Groups Instance Group Load Balancer Pool[] - (List) The load balancer pool managed by this group. Instances createdby this group will have a new load balancer pool member in thatpool created.
Nested scheme for
load_balancer_pool
: - managers
Get
Is Instance Groups Instance Group Manager[] - (List) The managers for the instance group.
Nested scheme for
managers
: - membership
Count number - (Integer) The number of instances in the instance group.
- name string
- (String) The unique user-defined name for this VPC.
- resource
Groups GetIs Instance Groups Instance Group Resource Group[] - (List)
Nested scheme for
resource_group
: - status string
- (String) The status of the instance group-
deleting
: Group is being deleted-healthy
: Group hasmembership_count
instances-scaling
: Instances in the group are being created or deleted to reachmembership_count
-unhealthy
: Group is unable to reachmembership_count
instances. - subnets
Get
Is Instance Groups Instance Group Subnet[] - (List) The subnets to use when creating new instances.
Nested scheme for
subnets
: - updated
At string - (String) The date and time that the instance group was updated.
- vpcs
Get
Is Instance Groups Instance Group Vpc[] - (List) The VPC the instance group resides in.
Nested scheme for
vpc
:
- Sequence[str]
- (List) Access management tags associated for the instance group.
- application_
port float - (Integer) Required if specifying a load balancer pool only. Used by the instance group when scaling up instances to supply the port for the load balancer pool member.
- created_
at str - (String) The date and time that the instance group was created.
- crn str
- (String) The CRN for this VPC.
- href str
- (String) The URL for this VPC.
- id str
- (String) The unique identifier for this VPC.
- instance_
templates Sequence[GetIs Instance Groups Instance Group Instance Template] - (List) The template used to create new instances for this group.
Nested scheme for
instance_template
: - load_
balancer_ Sequence[Getpools Is Instance Groups Instance Group Load Balancer Pool] - (List) The load balancer pool managed by this group. Instances createdby this group will have a new load balancer pool member in thatpool created.
Nested scheme for
load_balancer_pool
: - managers
Sequence[Get
Is Instance Groups Instance Group Manager] - (List) The managers for the instance group.
Nested scheme for
managers
: - membership_
count float - (Integer) The number of instances in the instance group.
- name str
- (String) The unique user-defined name for this VPC.
- resource_
groups Sequence[GetIs Instance Groups Instance Group Resource Group] - (List)
Nested scheme for
resource_group
: - status str
- (String) The status of the instance group-
deleting
: Group is being deleted-healthy
: Group hasmembership_count
instances-scaling
: Instances in the group are being created or deleted to reachmembership_count
-unhealthy
: Group is unable to reachmembership_count
instances. - subnets
Sequence[Get
Is Instance Groups Instance Group Subnet] - (List) The subnets to use when creating new instances.
Nested scheme for
subnets
: - updated_
at str - (String) The date and time that the instance group was updated.
- vpcs
Sequence[Get
Is Instance Groups Instance Group Vpc] - (List) The VPC the instance group resides in.
Nested scheme for
vpc
:
- List<String>
- (List) Access management tags associated for the instance group.
- application
Port Number - (Integer) Required if specifying a load balancer pool only. Used by the instance group when scaling up instances to supply the port for the load balancer pool member.
- created
At String - (String) The date and time that the instance group was created.
- crn String
- (String) The CRN for this VPC.
- href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- instance
Templates List<Property Map> - (List) The template used to create new instances for this group.
Nested scheme for
instance_template
: - load
Balancer List<Property Map>Pools - (List) The load balancer pool managed by this group. Instances createdby this group will have a new load balancer pool member in thatpool created.
Nested scheme for
load_balancer_pool
: - managers List<Property Map>
- (List) The managers for the instance group.
Nested scheme for
managers
: - membership
Count Number - (Integer) The number of instances in the instance group.
- name String
- (String) The unique user-defined name for this VPC.
- resource
Groups List<Property Map> - (List)
Nested scheme for
resource_group
: - status String
- (String) The status of the instance group-
deleting
: Group is being deleted-healthy
: Group hasmembership_count
instances-scaling
: Instances in the group are being created or deleted to reachmembership_count
-unhealthy
: Group is unable to reachmembership_count
instances. - subnets List<Property Map>
- (List) The subnets to use when creating new instances.
Nested scheme for
subnets
: - updated
At String - (String) The date and time that the instance group was updated.
- vpcs List<Property Map>
- (List) The VPC the instance group resides in.
Nested scheme for
vpc
:
GetIsInstanceGroupsInstanceGroupInstanceTemplate
- Crn string
- (String) The CRN for this VPC.
- Deleteds
List<Get
Is Instance Groups Instance Group Instance Template Deleted> - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The unique user-defined name for this VPC.
- Crn string
- (String) The CRN for this VPC.
- Deleteds
[]Get
Is Instance Groups Instance Group Instance Template Deleted - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The unique user-defined name for this VPC.
- crn String
- (String) The CRN for this VPC.
- deleteds
List<Get
Is Instance Groups Instance Group Instance Template Deleted> - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The unique user-defined name for this VPC.
- crn string
- (String) The CRN for this VPC.
- deleteds
Get
Is Instance Groups Instance Group Instance Template Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href string
- (String) The URL for this VPC.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The unique user-defined name for this VPC.
- crn str
- (String) The CRN for this VPC.
- deleteds
Sequence[Get
Is Instance Groups Instance Group Instance Template Deleted] - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href str
- (String) The URL for this VPC.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The unique user-defined name for this VPC.
- crn String
- (String) The CRN for this VPC.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The unique user-defined name for this VPC.
GetIsInstanceGroupsInstanceGroupInstanceTemplateDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsInstanceGroupsInstanceGroupLoadBalancerPool
- Deleteds
List<Get
Is Instance Groups Instance Group Load Balancer Pool Deleted> - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The unique user-defined name for this VPC.
- Deleteds
[]Get
Is Instance Groups Instance Group Load Balancer Pool Deleted - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The unique user-defined name for this VPC.
- deleteds
List<Get
Is Instance Groups Instance Group Load Balancer Pool Deleted> - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The unique user-defined name for this VPC.
- deleteds
Get
Is Instance Groups Instance Group Load Balancer Pool Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href string
- (String) The URL for this VPC.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The unique user-defined name for this VPC.
- deleteds
Sequence[Get
Is Instance Groups Instance Group Load Balancer Pool Deleted] - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href str
- (String) The URL for this VPC.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The unique user-defined name for this VPC.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The unique user-defined name for this VPC.
GetIsInstanceGroupsInstanceGroupLoadBalancerPoolDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsInstanceGroupsInstanceGroupManager
- Deleteds
List<Get
Is Instance Groups Instance Group Manager Deleted> - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The unique user-defined name for this VPC.
- Deleteds
[]Get
Is Instance Groups Instance Group Manager Deleted - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The unique user-defined name for this VPC.
- deleteds
List<Get
Is Instance Groups Instance Group Manager Deleted> - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The unique user-defined name for this VPC.
- deleteds
Get
Is Instance Groups Instance Group Manager Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href string
- (String) The URL for this VPC.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The unique user-defined name for this VPC.
- deleteds
Sequence[Get
Is Instance Groups Instance Group Manager Deleted] - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href str
- (String) The URL for this VPC.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The unique user-defined name for this VPC.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The unique user-defined name for this VPC.
GetIsInstanceGroupsInstanceGroupManagerDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsInstanceGroupsInstanceGroupResourceGroup
GetIsInstanceGroupsInstanceGroupSubnet
- Crn string
- (String) The CRN for this VPC.
- Deleteds
List<Get
Is Instance Groups Instance Group Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The unique user-defined name for this VPC.
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN for this VPC.
- Deleteds
[]Get
Is Instance Groups Instance Group Subnet Deleted - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The unique user-defined name for this VPC.
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- deleteds
List<Get
Is Instance Groups Instance Group Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The unique user-defined name for this VPC.
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN for this VPC.
- deleteds
Get
Is Instance Groups Instance Group Subnet Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href string
- (String) The URL for this VPC.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The unique user-defined name for this VPC.
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN for this VPC.
- deleteds
Sequence[Get
Is Instance Groups Instance Group Subnet Deleted] - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href str
- (String) The URL for this VPC.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The unique user-defined name for this VPC.
- resource_
type str - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The unique user-defined name for this VPC.
- resource
Type String - (String) The resource type.
GetIsInstanceGroupsInstanceGroupSubnetDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsInstanceGroupsInstanceGroupVpc
- Crn string
- (String) The CRN for this VPC.
- Deleteds
List<Get
Is Instance Groups Instance Group Vpc Deleted> - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The unique user-defined name for this VPC.
- Resource
Type string - (String) The resource type.
- Crn string
- (String) The CRN for this VPC.
- Deleteds
[]Get
Is Instance Groups Instance Group Vpc Deleted - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - Href string
- (String) The URL for this VPC.
- Id string
- (String) The unique identifier for this VPC.
- Name string
- (String) The unique user-defined name for this VPC.
- Resource
Type string - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- deleteds
List<Get
Is Instance Groups Instance Group Vpc Deleted> - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The unique user-defined name for this VPC.
- resource
Type String - (String) The resource type.
- crn string
- (String) The CRN for this VPC.
- deleteds
Get
Is Instance Groups Instance Group Vpc Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href string
- (String) The URL for this VPC.
- id string
- (String) The unique identifier for this VPC.
- name string
- (String) The unique user-defined name for this VPC.
- resource
Type string - (String) The resource type.
- crn str
- (String) The CRN for this VPC.
- deleteds
Sequence[Get
Is Instance Groups Instance Group Vpc Deleted] - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href str
- (String) The URL for this VPC.
- id str
- (String) The unique identifier for this VPC.
- name str
- (String) The unique user-defined name for this VPC.
- resource_
type str - (String) The resource type.
- crn String
- (String) The CRN for this VPC.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
Nested scheme for
deleted
: - href String
- (String) The URL for this VPC.
- id String
- (String) The unique identifier for this VPC.
- name String
- (String) The unique user-defined name for this VPC.
- resource
Type String - (String) The resource type.
GetIsInstanceGroupsInstanceGroupVpcDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.