Class ComputeInstanceGroupByIdsSelector
Specifies the Compute instance group environment by listing the OCIDs of the compute instances.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ComputeInstanceGroupByIdsSelector : ComputeInstanceGroupSelector
Properties
ComputeInstanceIds
Declaration
[Required(ErrorMessage = "ComputeInstanceIds is required.")]
[JsonProperty(PropertyName = "computeInstanceIds")]
public List<string> ComputeInstanceIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Compute instance OCID identifiers that are members of this group. |
Remarks
Required