GetMongoInstances
Using GetMongoInstances
function getMongoInstances(args: GetMongoInstancesArgs, opts?: InvokeOptions): Promise<GetMongoInstancesResult>function get_mongo_instances(availability_zone=None, ids=None, instance_class=None, instance_type=None, name_regex=None, output_file=None, tags=None, opts=None)func GetMongoInstances(ctx *Context, args *GetMongoInstancesArgs, opts ...InvokeOption) (*GetMongoInstancesResult, error)public static class GetMongoInstances {
public static Task<GetMongoInstancesResult> InvokeAsync(GetMongoInstancesArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- Availability
Zone string - Ids List<string>
- Instance
Class string - Instance
Type string - Name
Regex string - Output
File string - Dictionary<string, object>
- Availability
Zone string - Ids []string
- Instance
Class string - Instance
Type string - Name
Regex string - Output
File string - map[string]interface{}
- availability
Zone string - ids string[]
- instance
Class string - instance
Type string - name
Regex string - output
File string - {[key: string]: any}
GetMongoInstances Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Instances
List<Pulumi.
Ali Cloud. Dds. Outputs. Get Mongo Instances Instance> - Names List<string>
- Availability
Zone string - Instance
Class string - Instance
Type string - Name
Regex string - Output
File string - Dictionary<string, object>
- Id string
The provider-assigned unique ID for this managed resource.
- Ids []string
- Instances
[]Get
Mongo Instances Instance - Names []string
- Availability
Zone string - Instance
Class string - Instance
Type string - Name
Regex string - Output
File string - map[string]interface{}
- id string
The provider-assigned unique ID for this managed resource.
- ids string[]
- instances
Get
Mongo Instances Instance[] - names string[]
- availability
Zone string - instance
Class string - instance
Type string - name
Regex string - output
File string - {[key: string]: any}
- id str
The provider-assigned unique ID for this managed resource.
- ids List[str]
- instances
List[Get
Mongo Instances Instance] - names List[str]
- availability_
zone str - instance_
class str - instance_
type str - name_
regex str - output_
file str - Dict[str, Any]
Supporting Types
GetMongoInstancesInstance
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
- Availability
Zone string - Charge
Type string - Creation
Time string - Engine string
- Engine
Version string - Expiration
Time string - Id string
- Instance
Class string - Instance
Type string - Lock
Mode string - Mongos
List<Pulumi.
Ali Cloud. Dds. Inputs. Get Mongo Instances Instance Mongo Args> - Name string
- Network
Type string - Region
Id string - Replication string
-
List<Pulumi.
Ali Cloud. Dds. Inputs. Get Mongo Instances Instance Shard Args> - Status string
- Storage int
- Dictionary<string, object>
- Availability
Zone string - Charge
Type string - Creation
Time string - Engine string
- Engine
Version string - Expiration
Time string - Id string
- Instance
Class string - Instance
Type string - Lock
Mode string - Mongos
[]Get
Mongo Instances Instance Mongo - Name string
- Network
Type string - Region
Id string - Replication string
-
[]Get
Mongo Instances Instance Shard - Status string
- Storage int
- map[string]interface{}
- availability
Zone string - charge
Type string - creation
Time string - engine string
- engine
Version string - expiration
Time string - id string
- instance
Class string - instance
Type string - lock
Mode string - mongos
Get
Mongo Instances Instance Mongo[] - name string
- network
Type string - region
Id string - replication string
-
Get
Mongo Instances Instance Shard[] - status string
- storage number
- {[key: string]: any}
- availability_
zone str - charge_
type str - creation_
time str - engine str
- engine_
version str - expiration
Time str - id str
- instance_
class str - instance_
type str - lock
Mode str - mongos
List[Get
Mongo Instances Instance Mongo] - name str
- network_
type str - region
Id str - replication str
-
List[Get
Mongo Instances Instance Shard] - status str
- storage float
- Dict[str, Any]
GetMongoInstancesInstanceMongo
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
GetMongoInstancesInstanceShard
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.