Get Instances Plain Args
data class GetInstancesPlainArgs(val ids: List<String>? = null, val instanceId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val renewStatus: String? = null) : ConvertibleToJava<GetInstancesPlainArgs>
A collection of arguments for invoking getInstances.
Constructors
Properties
Link copied to clipboard
The first ID of the resource
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Link copied to clipboard
The renewal status of the specified instance. Valid values: AutoRenewal
, ManualRenewal
, NotRenewal
.