1. Registry
  2. Packages
  3. OVH
  4. API Docs
  5. getCloudInstance
Viewing docs for OVHCloud v2.19.1
published on Tuesday, Aug 18, 2026 by OVHcloud
ovh logo
Viewing docs for OVHCloud v2.19.1
published on Tuesday, Aug 18, 2026 by OVHcloud

    Use this data source to retrieve information about an instance in a public cloud project.

    Using getCloudInstance

    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 getCloudInstance(args: GetCloudInstanceArgs, opts?: InvokeOptions): Promise<GetCloudInstanceResult>
    function getCloudInstanceOutput(args: GetCloudInstanceOutputArgs, opts?: InvokeOutputOptions): Output<GetCloudInstanceResult>
    def get_cloud_instance(id: Optional[str] = None,
                           service_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetCloudInstanceResult
    def get_cloud_instance_output(id: pulumi.Input[Optional[str]] = None,
                           service_name: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOutputOptions] = None) -> Output[GetCloudInstanceResult]
    func LookupCloudInstance(ctx *Context, args *LookupCloudInstanceArgs, opts ...InvokeOption) (*LookupCloudInstanceResult, error)
    func LookupCloudInstanceOutput(ctx *Context, args *LookupCloudInstanceOutputArgs, opts ...InvokeOption) LookupCloudInstanceResultOutput

    > Note: This function is named LookupCloudInstance in the Go SDK.

    public static class GetCloudInstance 
    {
        public static Task<GetCloudInstanceResult> InvokeAsync(GetCloudInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudInstanceResult> Invoke(GetCloudInstanceInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudInstanceResult> Invoke(GetCloudInstanceInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetCloudInstanceResult> getCloudInstance(GetCloudInstanceArgs args, InvokeOptions options)
    public static Output<GetCloudInstanceResult> getCloudInstance(GetCloudInstanceArgs args, InvokeOptions options)
    public static Output<GetCloudInstanceResult> getCloudInstance(GetCloudInstanceArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: ovh:index/getCloudInstance:getCloudInstance
      arguments:
        # arguments dictionary
    data "ovh_get_cloud_instance" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Unique identifier of the instance.
    ServiceName string
    Service name of the resource representing the id of the cloud project.
    Id string
    Unique identifier of the instance.
    ServiceName string
    Service name of the resource representing the id of the cloud project.
    id string
    Unique identifier of the instance.
    service_name string
    Service name of the resource representing the id of the cloud project.
    id String
    Unique identifier of the instance.
    serviceName String
    Service name of the resource representing the id of the cloud project.
    id string
    Unique identifier of the instance.
    serviceName string
    Service name of the resource representing the id of the cloud project.
    id str
    Unique identifier of the instance.
    service_name str
    Service name of the resource representing the id of the cloud project.
    id String
    Unique identifier of the instance.
    serviceName String
    Service name of the resource representing the id of the cloud project.

    getCloudInstance Result

    The following output properties are available:

    AvailabilityZone string
    Availability zone within the region where the instance is placed, null in regions that have none.
    Checksum string
    Computed hash representing the current target specification value. It implements optimistic concurrency control: the value is echoed back on update and the request is rejected when it no longer matches server-side.
    CreatedAt string
    Creation date of the instance, as an RFC 3339 timestamp.
    CurrentState GetCloudInstanceCurrentState
    Observed state of the instance as reported by the compute backend, as opposed to the requested specification exposed at root level. Null while the instance is still being created and no backend state is available yet:
    FlavorId string
    Unique identifier of the flavor.
    GroupId string
    Identifier of the instance (placement) group.
    Id string
    Identifier of the instance (placement) group.
    ImageId string
    Identifier of the image the instance boots from, null for a boot-from-volume instance.
    Name string
    Display name of the attached volume.
    Networks List<GetCloudInstanceNetwork>
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    PowerState string
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    Region string
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    ResourceStatus string
    Instance readiness in the system (CREATING, DELETING, ERROR, OUT_OF_SYNC, READY, UPDATING). Distinct from current_state.power_state, which carries the lower-level OpenStack administrative power state.
    SecurityGroupIds List<string>
    IDs of the security groups applied to the instance's interfaces.
    ServiceName string
    Shares List<GetCloudInstanceShare>
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    SshKeyName string
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    UpdatedAt string
    Last modification date of the instance, as an RFC 3339 timestamp.
    VolumeIds List<string>
    IDs of block-storage volumes attached to the instance.
    AvailabilityZone string
    Availability zone within the region where the instance is placed, null in regions that have none.
    Checksum string
    Computed hash representing the current target specification value. It implements optimistic concurrency control: the value is echoed back on update and the request is rejected when it no longer matches server-side.
    CreatedAt string
    Creation date of the instance, as an RFC 3339 timestamp.
    CurrentState GetCloudInstanceCurrentState
    Observed state of the instance as reported by the compute backend, as opposed to the requested specification exposed at root level. Null while the instance is still being created and no backend state is available yet:
    FlavorId string
    Unique identifier of the flavor.
    GroupId string
    Identifier of the instance (placement) group.
    Id string
    Identifier of the instance (placement) group.
    ImageId string
    Identifier of the image the instance boots from, null for a boot-from-volume instance.
    Name string
    Display name of the attached volume.
    Networks []GetCloudInstanceNetwork
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    PowerState string
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    Region string
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    ResourceStatus string
    Instance readiness in the system (CREATING, DELETING, ERROR, OUT_OF_SYNC, READY, UPDATING). Distinct from current_state.power_state, which carries the lower-level OpenStack administrative power state.
    SecurityGroupIds []string
    IDs of the security groups applied to the instance's interfaces.
    ServiceName string
    Shares []GetCloudInstanceShare
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    SshKeyName string
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    UpdatedAt string
    Last modification date of the instance, as an RFC 3339 timestamp.
    VolumeIds []string
    IDs of block-storage volumes attached to the instance.
    availability_zone string
    Availability zone within the region where the instance is placed, null in regions that have none.
    checksum string
    Computed hash representing the current target specification value. It implements optimistic concurrency control: the value is echoed back on update and the request is rejected when it no longer matches server-side.
    created_at string
    Creation date of the instance, as an RFC 3339 timestamp.
    current_state object
    Observed state of the instance as reported by the compute backend, as opposed to the requested specification exposed at root level. Null while the instance is still being created and no backend state is available yet:
    flavor_id string
    Unique identifier of the flavor.
    group_id string
    Identifier of the instance (placement) group.
    id string
    Identifier of the instance (placement) group.
    image_id string
    Identifier of the image the instance boots from, null for a boot-from-volume instance.
    name string
    Display name of the attached volume.
    networks list(object)
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    power_state string
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    region string
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    resource_status string
    Instance readiness in the system (CREATING, DELETING, ERROR, OUT_OF_SYNC, READY, UPDATING). Distinct from current_state.power_state, which carries the lower-level OpenStack administrative power state.
    security_group_ids list(string)
    IDs of the security groups applied to the instance's interfaces.
    service_name string
    shares list(object)
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    ssh_key_name string
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    updated_at string
    Last modification date of the instance, as an RFC 3339 timestamp.
    volume_ids list(string)
    IDs of block-storage volumes attached to the instance.
    availabilityZone String
    Availability zone within the region where the instance is placed, null in regions that have none.
    checksum String
    Computed hash representing the current target specification value. It implements optimistic concurrency control: the value is echoed back on update and the request is rejected when it no longer matches server-side.
    createdAt String
    Creation date of the instance, as an RFC 3339 timestamp.
    currentState GetCloudInstanceCurrentState
    Observed state of the instance as reported by the compute backend, as opposed to the requested specification exposed at root level. Null while the instance is still being created and no backend state is available yet:
    flavorId String
    Unique identifier of the flavor.
    groupId String
    Identifier of the instance (placement) group.
    id String
    Identifier of the instance (placement) group.
    imageId String
    Identifier of the image the instance boots from, null for a boot-from-volume instance.
    name String
    Display name of the attached volume.
    networks List<GetCloudInstanceNetwork>
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    powerState String
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    region String
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    resourceStatus String
    Instance readiness in the system (CREATING, DELETING, ERROR, OUT_OF_SYNC, READY, UPDATING). Distinct from current_state.power_state, which carries the lower-level OpenStack administrative power state.
    securityGroupIds List<String>
    IDs of the security groups applied to the instance's interfaces.
    serviceName String
    shares List<GetCloudInstanceShare>
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    sshKeyName String
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    updatedAt String
    Last modification date of the instance, as an RFC 3339 timestamp.
    volumeIds List<String>
    IDs of block-storage volumes attached to the instance.
    availabilityZone string
    Availability zone within the region where the instance is placed, null in regions that have none.
    checksum string
    Computed hash representing the current target specification value. It implements optimistic concurrency control: the value is echoed back on update and the request is rejected when it no longer matches server-side.
    createdAt string
    Creation date of the instance, as an RFC 3339 timestamp.
    currentState GetCloudInstanceCurrentState
    Observed state of the instance as reported by the compute backend, as opposed to the requested specification exposed at root level. Null while the instance is still being created and no backend state is available yet:
    flavorId string
    Unique identifier of the flavor.
    groupId string
    Identifier of the instance (placement) group.
    id string
    Identifier of the instance (placement) group.
    imageId string
    Identifier of the image the instance boots from, null for a boot-from-volume instance.
    name string
    Display name of the attached volume.
    networks GetCloudInstanceNetwork[]
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    powerState string
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    region string
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    resourceStatus string
    Instance readiness in the system (CREATING, DELETING, ERROR, OUT_OF_SYNC, READY, UPDATING). Distinct from current_state.power_state, which carries the lower-level OpenStack administrative power state.
    securityGroupIds string[]
    IDs of the security groups applied to the instance's interfaces.
    serviceName string
    shares GetCloudInstanceShare[]
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    sshKeyName string
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    updatedAt string
    Last modification date of the instance, as an RFC 3339 timestamp.
    volumeIds string[]
    IDs of block-storage volumes attached to the instance.
    availability_zone str
    Availability zone within the region where the instance is placed, null in regions that have none.
    checksum str
    Computed hash representing the current target specification value. It implements optimistic concurrency control: the value is echoed back on update and the request is rejected when it no longer matches server-side.
    created_at str
    Creation date of the instance, as an RFC 3339 timestamp.
    current_state GetCloudInstanceCurrentState
    Observed state of the instance as reported by the compute backend, as opposed to the requested specification exposed at root level. Null while the instance is still being created and no backend state is available yet:
    flavor_id str
    Unique identifier of the flavor.
    group_id str
    Identifier of the instance (placement) group.
    id str
    Identifier of the instance (placement) group.
    image_id str
    Identifier of the image the instance boots from, null for a boot-from-volume instance.
    name str
    Display name of the attached volume.
    networks Sequence[GetCloudInstanceNetwork]
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    power_state str
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    region str
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    resource_status str
    Instance readiness in the system (CREATING, DELETING, ERROR, OUT_OF_SYNC, READY, UPDATING). Distinct from current_state.power_state, which carries the lower-level OpenStack administrative power state.
    security_group_ids Sequence[str]
    IDs of the security groups applied to the instance's interfaces.
    service_name str
    shares Sequence[GetCloudInstanceShare]
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    ssh_key_name str
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    updated_at str
    Last modification date of the instance, as an RFC 3339 timestamp.
    volume_ids Sequence[str]
    IDs of block-storage volumes attached to the instance.
    availabilityZone String
    Availability zone within the region where the instance is placed, null in regions that have none.
    checksum String
    Computed hash representing the current target specification value. It implements optimistic concurrency control: the value is echoed back on update and the request is rejected when it no longer matches server-side.
    createdAt String
    Creation date of the instance, as an RFC 3339 timestamp.
    currentState Property Map
    Observed state of the instance as reported by the compute backend, as opposed to the requested specification exposed at root level. Null while the instance is still being created and no backend state is available yet:
    flavorId String
    Unique identifier of the flavor.
    groupId String
    Identifier of the instance (placement) group.
    id String
    Identifier of the instance (placement) group.
    imageId String
    Identifier of the image the instance boots from, null for a boot-from-volume instance.
    name String
    Display name of the attached volume.
    networks List<Property Map>
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    powerState String
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    region String
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    resourceStatus String
    Instance readiness in the system (CREATING, DELETING, ERROR, OUT_OF_SYNC, READY, UPDATING). Distinct from current_state.power_state, which carries the lower-level OpenStack administrative power state.
    securityGroupIds List<String>
    IDs of the security groups applied to the instance's interfaces.
    serviceName String
    shares List<Property Map>
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    sshKeyName String
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    updatedAt String
    Last modification date of the instance, as an RFC 3339 timestamp.
    volumeIds List<String>
    IDs of block-storage volumes attached to the instance.

    Supporting Types

    GetCloudInstanceCurrentState

    Flavor GetCloudInstanceCurrentStateFlavor
    Observed flavor of the instance, with its full sizing details:
    Group GetCloudInstanceCurrentStateGroup
    Instance (placement) group the instance belongs to, null when it is not part of any group:
    HostId string
    Opaque identifier of the physical host the instance is running on, as exposed by OpenStack. Null when not available.
    Image GetCloudInstanceCurrentStateImage
    Observed image the instance was booted from, null for a boot-from-volume instance which has no image:
    Location GetCloudInstanceCurrentStateLocation
    Observed region and availability zone where the instance is provisioned:
    Locked bool
    Whether the instance is locked against modifications. While locked, mutating actions are refused until it is unlocked.
    Name string
    Display name of the attached volume.
    Networks List<GetCloudInstanceCurrentStateNetwork>
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    PowerState string
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    ProjectId string
    Identifier of the Public Cloud project the instance belongs to.
    SecurityGroups List<GetCloudInstanceCurrentStateSecurityGroup>
    Security groups currently attached to the instance's ports:
    Shares List<GetCloudInstanceCurrentStateShare>
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    SshKeyName string
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    UserId string
    Identifier of the OpenStack user that owns the instance.
    Volumes List<GetCloudInstanceCurrentStateVolume>
    Observed block volumes attached to the instance:
    Flavor GetCloudInstanceCurrentStateFlavor
    Observed flavor of the instance, with its full sizing details:
    Group GetCloudInstanceCurrentStateGroup
    Instance (placement) group the instance belongs to, null when it is not part of any group:
    HostId string
    Opaque identifier of the physical host the instance is running on, as exposed by OpenStack. Null when not available.
    Image GetCloudInstanceCurrentStateImage
    Observed image the instance was booted from, null for a boot-from-volume instance which has no image:
    Location GetCloudInstanceCurrentStateLocation
    Observed region and availability zone where the instance is provisioned:
    Locked bool
    Whether the instance is locked against modifications. While locked, mutating actions are refused until it is unlocked.
    Name string
    Display name of the attached volume.
    Networks []GetCloudInstanceCurrentStateNetwork
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    PowerState string
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    ProjectId string
    Identifier of the Public Cloud project the instance belongs to.
    SecurityGroups []GetCloudInstanceCurrentStateSecurityGroup
    Security groups currently attached to the instance's ports:
    Shares []GetCloudInstanceCurrentStateShare
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    SshKeyName string
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    UserId string
    Identifier of the OpenStack user that owns the instance.
    Volumes []GetCloudInstanceCurrentStateVolume
    Observed block volumes attached to the instance:
    flavor object
    Observed flavor of the instance, with its full sizing details:
    group object
    Instance (placement) group the instance belongs to, null when it is not part of any group:
    host_id string
    Opaque identifier of the physical host the instance is running on, as exposed by OpenStack. Null when not available.
    image object
    Observed image the instance was booted from, null for a boot-from-volume instance which has no image:
    location object
    Observed region and availability zone where the instance is provisioned:
    locked bool
    Whether the instance is locked against modifications. While locked, mutating actions are refused until it is unlocked.
    name string
    Display name of the attached volume.
    networks list(object)
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    power_state string
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    project_id string
    Identifier of the Public Cloud project the instance belongs to.
    security_groups list(object)
    Security groups currently attached to the instance's ports:
    shares list(object)
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    ssh_key_name string
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    user_id string
    Identifier of the OpenStack user that owns the instance.
    volumes list(object)
    Observed block volumes attached to the instance:
    flavor GetCloudInstanceCurrentStateFlavor
    Observed flavor of the instance, with its full sizing details:
    group GetCloudInstanceCurrentStateGroup
    Instance (placement) group the instance belongs to, null when it is not part of any group:
    hostId String
    Opaque identifier of the physical host the instance is running on, as exposed by OpenStack. Null when not available.
    image GetCloudInstanceCurrentStateImage
    Observed image the instance was booted from, null for a boot-from-volume instance which has no image:
    location GetCloudInstanceCurrentStateLocation
    Observed region and availability zone where the instance is provisioned:
    locked Boolean
    Whether the instance is locked against modifications. While locked, mutating actions are refused until it is unlocked.
    name String
    Display name of the attached volume.
    networks List<GetCloudInstanceCurrentStateNetwork>
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    powerState String
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    projectId String
    Identifier of the Public Cloud project the instance belongs to.
    securityGroups List<GetCloudInstanceCurrentStateSecurityGroup>
    Security groups currently attached to the instance's ports:
    shares List<GetCloudInstanceCurrentStateShare>
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    sshKeyName String
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    userId String
    Identifier of the OpenStack user that owns the instance.
    volumes List<GetCloudInstanceCurrentStateVolume>
    Observed block volumes attached to the instance:
    flavor GetCloudInstanceCurrentStateFlavor
    Observed flavor of the instance, with its full sizing details:
    group GetCloudInstanceCurrentStateGroup
    Instance (placement) group the instance belongs to, null when it is not part of any group:
    hostId string
    Opaque identifier of the physical host the instance is running on, as exposed by OpenStack. Null when not available.
    image GetCloudInstanceCurrentStateImage
    Observed image the instance was booted from, null for a boot-from-volume instance which has no image:
    location GetCloudInstanceCurrentStateLocation
    Observed region and availability zone where the instance is provisioned:
    locked boolean
    Whether the instance is locked against modifications. While locked, mutating actions are refused until it is unlocked.
    name string
    Display name of the attached volume.
    networks GetCloudInstanceCurrentStateNetwork[]
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    powerState string
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    projectId string
    Identifier of the Public Cloud project the instance belongs to.
    securityGroups GetCloudInstanceCurrentStateSecurityGroup[]
    Security groups currently attached to the instance's ports:
    shares GetCloudInstanceCurrentStateShare[]
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    sshKeyName string
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    userId string
    Identifier of the OpenStack user that owns the instance.
    volumes GetCloudInstanceCurrentStateVolume[]
    Observed block volumes attached to the instance:
    flavor GetCloudInstanceCurrentStateFlavor
    Observed flavor of the instance, with its full sizing details:
    group GetCloudInstanceCurrentStateGroup
    Instance (placement) group the instance belongs to, null when it is not part of any group:
    host_id str
    Opaque identifier of the physical host the instance is running on, as exposed by OpenStack. Null when not available.
    image GetCloudInstanceCurrentStateImage
    Observed image the instance was booted from, null for a boot-from-volume instance which has no image:
    location GetCloudInstanceCurrentStateLocation
    Observed region and availability zone where the instance is provisioned:
    locked bool
    Whether the instance is locked against modifications. While locked, mutating actions are refused until it is unlocked.
    name str
    Display name of the attached volume.
    networks Sequence[GetCloudInstanceCurrentStateNetwork]
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    power_state str
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    project_id str
    Identifier of the Public Cloud project the instance belongs to.
    security_groups Sequence[GetCloudInstanceCurrentStateSecurityGroup]
    Security groups currently attached to the instance's ports:
    shares Sequence[GetCloudInstanceCurrentStateShare]
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    ssh_key_name str
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    user_id str
    Identifier of the OpenStack user that owns the instance.
    volumes Sequence[GetCloudInstanceCurrentStateVolume]
    Observed block volumes attached to the instance:
    flavor Property Map
    Observed flavor of the instance, with its full sizing details:
    group Property Map
    Instance (placement) group the instance belongs to, null when it is not part of any group:
    hostId String
    Opaque identifier of the physical host the instance is running on, as exposed by OpenStack. Null when not available.
    image Property Map
    Observed image the instance was booted from, null for a boot-from-volume instance which has no image:
    location Property Map
    Observed region and availability zone where the instance is provisioned:
    locked Boolean
    Whether the instance is locked against modifications. While locked, mutating actions are refused until it is unlocked.
    name String
    Display name of the attached volume.
    networks List<Property Map>
    Observed network interfaces of the instance: one entry per private network plus at most one entry without a network id for the public (Ext-Net) interface. Entries are ordered by network id, so they do not follow the order of the requested networks:
    powerState String
    Observed administrative power state of the instance as reported by OpenStack. It may transiently differ from the requested power_state while a power transition is in progress.
    projectId String
    Identifier of the Public Cloud project the instance belongs to.
    securityGroups List<Property Map>
    Security groups currently attached to the instance's ports:
    shares List<Property Map>
    Observed instance-side share attachments, derived from the Manila access rules that target one of the instance's IPs. Only populated on a single-instance read, never in the list data source:
    sshKeyName String
    Name of the SSH key pair injected into the instance at boot, null when none was provided.
    userId String
    Identifier of the OpenStack user that owns the instance.
    volumes List<Property Map>
    Observed block volumes attached to the instance:

    GetCloudInstanceCurrentStateFlavor

    Disk int
    Size of the flavor's local root disk, in GB.
    Ephemeral int
    Size of the flavor's ephemeral disk, in GB.
    Id string
    Unique identifier of the instance.
    Name string
    Display name of the attached volume.
    Ram int
    Amount of RAM provided by the flavor, in MB.
    Swap int
    Size of the flavor's swap space, in MB.
    Vcpus int
    Number of virtual CPUs provided by the flavor.
    Disk int
    Size of the flavor's local root disk, in GB.
    Ephemeral int
    Size of the flavor's ephemeral disk, in GB.
    Id string
    Unique identifier of the instance.
    Name string
    Display name of the attached volume.
    Ram int
    Amount of RAM provided by the flavor, in MB.
    Swap int
    Size of the flavor's swap space, in MB.
    Vcpus int
    Number of virtual CPUs provided by the flavor.
    disk number
    Size of the flavor's local root disk, in GB.
    ephemeral number
    Size of the flavor's ephemeral disk, in GB.
    id string
    Unique identifier of the instance.
    name string
    Display name of the attached volume.
    ram number
    Amount of RAM provided by the flavor, in MB.
    swap number
    Size of the flavor's swap space, in MB.
    vcpus number
    Number of virtual CPUs provided by the flavor.
    disk Integer
    Size of the flavor's local root disk, in GB.
    ephemeral Integer
    Size of the flavor's ephemeral disk, in GB.
    id String
    Unique identifier of the instance.
    name String
    Display name of the attached volume.
    ram Integer
    Amount of RAM provided by the flavor, in MB.
    swap Integer
    Size of the flavor's swap space, in MB.
    vcpus Integer
    Number of virtual CPUs provided by the flavor.
    disk number
    Size of the flavor's local root disk, in GB.
    ephemeral number
    Size of the flavor's ephemeral disk, in GB.
    id string
    Unique identifier of the instance.
    name string
    Display name of the attached volume.
    ram number
    Amount of RAM provided by the flavor, in MB.
    swap number
    Size of the flavor's swap space, in MB.
    vcpus number
    Number of virtual CPUs provided by the flavor.
    disk int
    Size of the flavor's local root disk, in GB.
    ephemeral int
    Size of the flavor's ephemeral disk, in GB.
    id str
    Unique identifier of the instance.
    name str
    Display name of the attached volume.
    ram int
    Amount of RAM provided by the flavor, in MB.
    swap int
    Size of the flavor's swap space, in MB.
    vcpus int
    Number of virtual CPUs provided by the flavor.
    disk Number
    Size of the flavor's local root disk, in GB.
    ephemeral Number
    Size of the flavor's ephemeral disk, in GB.
    id String
    Unique identifier of the instance.
    name String
    Display name of the attached volume.
    ram Number
    Amount of RAM provided by the flavor, in MB.
    swap Number
    Size of the flavor's swap space, in MB.
    vcpus Number
    Number of virtual CPUs provided by the flavor.

    GetCloudInstanceCurrentStateGroup

    Id string
    Unique identifier of the instance.
    Id string
    Unique identifier of the instance.
    id string
    Unique identifier of the instance.
    id String
    Unique identifier of the instance.
    id string
    Unique identifier of the instance.
    id str
    Unique identifier of the instance.
    id String
    Unique identifier of the instance.

    GetCloudInstanceCurrentStateImage

    Deprecated bool
    Whether the image is flagged as deprecated. A deprecated image still boots existing instances but is no longer recommended for new ones.
    Id string
    Unique identifier of the instance.
    Name string
    Display name of the attached volume.
    Size int
    Size of the attached volume, in GB.
    Status string
    Lifecycle status of the image as reported by Glance.
    Deprecated bool
    Whether the image is flagged as deprecated. A deprecated image still boots existing instances but is no longer recommended for new ones.
    Id string
    Unique identifier of the instance.
    Name string
    Display name of the attached volume.
    Size int
    Size of the attached volume, in GB.
    Status string
    Lifecycle status of the image as reported by Glance.
    deprecated bool
    Whether the image is flagged as deprecated. A deprecated image still boots existing instances but is no longer recommended for new ones.
    id string
    Unique identifier of the instance.
    name string
    Display name of the attached volume.
    size number
    Size of the attached volume, in GB.
    status string
    Lifecycle status of the image as reported by Glance.
    deprecated Boolean
    Whether the image is flagged as deprecated. A deprecated image still boots existing instances but is no longer recommended for new ones.
    id String
    Unique identifier of the instance.
    name String
    Display name of the attached volume.
    size Integer
    Size of the attached volume, in GB.
    status String
    Lifecycle status of the image as reported by Glance.
    deprecated boolean
    Whether the image is flagged as deprecated. A deprecated image still boots existing instances but is no longer recommended for new ones.
    id string
    Unique identifier of the instance.
    name string
    Display name of the attached volume.
    size number
    Size of the attached volume, in GB.
    status string
    Lifecycle status of the image as reported by Glance.
    deprecated bool
    Whether the image is flagged as deprecated. A deprecated image still boots existing instances but is no longer recommended for new ones.
    id str
    Unique identifier of the instance.
    name str
    Display name of the attached volume.
    size int
    Size of the attached volume, in GB.
    status str
    Lifecycle status of the image as reported by Glance.
    deprecated Boolean
    Whether the image is flagged as deprecated. A deprecated image still boots existing instances but is no longer recommended for new ones.
    id String
    Unique identifier of the instance.
    name String
    Display name of the attached volume.
    size Number
    Size of the attached volume, in GB.
    status String
    Lifecycle status of the image as reported by Glance.

    GetCloudInstanceCurrentStateLocation

    AvailabilityZone string
    Availability zone within the region where the instance is placed, null in regions that have none.
    Region string
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    AvailabilityZone string
    Availability zone within the region where the instance is placed, null in regions that have none.
    Region string
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    availability_zone string
    Availability zone within the region where the instance is placed, null in regions that have none.
    region string
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    availabilityZone String
    Availability zone within the region where the instance is placed, null in regions that have none.
    region String
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    availabilityZone string
    Availability zone within the region where the instance is placed, null in regions that have none.
    region string
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    availability_zone str
    Availability zone within the region where the instance is placed, null in regions that have none.
    region str
    Code of the region where the instance is provisioned (for example GRA11, BHS5).
    availabilityZone String
    Availability zone within the region where the instance is placed, null in regions that have none.
    region String
    Code of the region where the instance is provisioned (for example GRA11, BHS5).

    GetCloudInstanceCurrentStateNetwork

    Addresses List<GetCloudInstanceCurrentStateNetworkAddress>
    Addresses observed on this interface: its fixed addresses plus, where applicable, its floating IP and any additional IPs routed to it. Each address carries a type of FIXED, FLOATING or ADDITIONAL:
    GatewayId string
    Identifier of the gateway providing egress for this interface, null when none applies.
    Id string
    Unique identifier of the instance.
    SubnetId string
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    Addresses []GetCloudInstanceCurrentStateNetworkAddress
    Addresses observed on this interface: its fixed addresses plus, where applicable, its floating IP and any additional IPs routed to it. Each address carries a type of FIXED, FLOATING or ADDITIONAL:
    GatewayId string
    Identifier of the gateway providing egress for this interface, null when none applies.
    Id string
    Unique identifier of the instance.
    SubnetId string
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    addresses list(object)
    Addresses observed on this interface: its fixed addresses plus, where applicable, its floating IP and any additional IPs routed to it. Each address carries a type of FIXED, FLOATING or ADDITIONAL:
    gateway_id string
    Identifier of the gateway providing egress for this interface, null when none applies.
    id string
    Unique identifier of the instance.
    subnet_id string
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    addresses List<GetCloudInstanceCurrentStateNetworkAddress>
    Addresses observed on this interface: its fixed addresses plus, where applicable, its floating IP and any additional IPs routed to it. Each address carries a type of FIXED, FLOATING or ADDITIONAL:
    gatewayId String
    Identifier of the gateway providing egress for this interface, null when none applies.
    id String
    Unique identifier of the instance.
    subnetId String
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    addresses GetCloudInstanceCurrentStateNetworkAddress[]
    Addresses observed on this interface: its fixed addresses plus, where applicable, its floating IP and any additional IPs routed to it. Each address carries a type of FIXED, FLOATING or ADDITIONAL:
    gatewayId string
    Identifier of the gateway providing egress for this interface, null when none applies.
    id string
    Unique identifier of the instance.
    subnetId string
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    addresses Sequence[GetCloudInstanceCurrentStateNetworkAddress]
    Addresses observed on this interface: its fixed addresses plus, where applicable, its floating IP and any additional IPs routed to it. Each address carries a type of FIXED, FLOATING or ADDITIONAL:
    gateway_id str
    Identifier of the gateway providing egress for this interface, null when none applies.
    id str
    Unique identifier of the instance.
    subnet_id str
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    addresses List<Property Map>
    Addresses observed on this interface: its fixed addresses plus, where applicable, its floating IP and any additional IPs routed to it. Each address carries a type of FIXED, FLOATING or ADDITIONAL:
    gatewayId String
    Identifier of the gateway providing egress for this interface, null when none applies.
    id String
    Unique identifier of the instance.
    subnetId String
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.

    GetCloudInstanceCurrentStateNetworkAddress

    Ip string
    IP address assigned to the interface (IPv4 or IPv6).
    Mac string
    MAC address of the interface this IP is bound to. Null when the backend reports no interface for the address, which happens for an additional IP routed to an instance whose public interface has no visible Ext-Net address yet.
    Type string
    How this address reaches the instance: FIXED for an address assigned to the interface itself, FLOATING for a floating IP NAT'd onto it, ADDITIONAL for an additional IP routed to the public interface.
    Version int
    IP version of the address (4 for IPv4, 6 for IPv6).
    Ip string
    IP address assigned to the interface (IPv4 or IPv6).
    Mac string
    MAC address of the interface this IP is bound to. Null when the backend reports no interface for the address, which happens for an additional IP routed to an instance whose public interface has no visible Ext-Net address yet.
    Type string
    How this address reaches the instance: FIXED for an address assigned to the interface itself, FLOATING for a floating IP NAT'd onto it, ADDITIONAL for an additional IP routed to the public interface.
    Version int
    IP version of the address (4 for IPv4, 6 for IPv6).
    ip string
    IP address assigned to the interface (IPv4 or IPv6).
    mac string
    MAC address of the interface this IP is bound to. Null when the backend reports no interface for the address, which happens for an additional IP routed to an instance whose public interface has no visible Ext-Net address yet.
    type string
    How this address reaches the instance: FIXED for an address assigned to the interface itself, FLOATING for a floating IP NAT'd onto it, ADDITIONAL for an additional IP routed to the public interface.
    version number
    IP version of the address (4 for IPv4, 6 for IPv6).
    ip String
    IP address assigned to the interface (IPv4 or IPv6).
    mac String
    MAC address of the interface this IP is bound to. Null when the backend reports no interface for the address, which happens for an additional IP routed to an instance whose public interface has no visible Ext-Net address yet.
    type String
    How this address reaches the instance: FIXED for an address assigned to the interface itself, FLOATING for a floating IP NAT'd onto it, ADDITIONAL for an additional IP routed to the public interface.
    version Integer
    IP version of the address (4 for IPv4, 6 for IPv6).
    ip string
    IP address assigned to the interface (IPv4 or IPv6).
    mac string
    MAC address of the interface this IP is bound to. Null when the backend reports no interface for the address, which happens for an additional IP routed to an instance whose public interface has no visible Ext-Net address yet.
    type string
    How this address reaches the instance: FIXED for an address assigned to the interface itself, FLOATING for a floating IP NAT'd onto it, ADDITIONAL for an additional IP routed to the public interface.
    version number
    IP version of the address (4 for IPv4, 6 for IPv6).
    ip str
    IP address assigned to the interface (IPv4 or IPv6).
    mac str
    MAC address of the interface this IP is bound to. Null when the backend reports no interface for the address, which happens for an additional IP routed to an instance whose public interface has no visible Ext-Net address yet.
    type str
    How this address reaches the instance: FIXED for an address assigned to the interface itself, FLOATING for a floating IP NAT'd onto it, ADDITIONAL for an additional IP routed to the public interface.
    version int
    IP version of the address (4 for IPv4, 6 for IPv6).
    ip String
    IP address assigned to the interface (IPv4 or IPv6).
    mac String
    MAC address of the interface this IP is bound to. Null when the backend reports no interface for the address, which happens for an additional IP routed to an instance whose public interface has no visible Ext-Net address yet.
    type String
    How this address reaches the instance: FIXED for an address assigned to the interface itself, FLOATING for a floating IP NAT'd onto it, ADDITIONAL for an additional IP routed to the public interface.
    version Number
    IP version of the address (4 for IPv4, 6 for IPv6).

    GetCloudInstanceCurrentStateSecurityGroup

    Id string
    Unique identifier of the instance.
    Id string
    Unique identifier of the instance.
    id string
    Unique identifier of the instance.
    id String
    Unique identifier of the instance.
    id string
    Unique identifier of the instance.
    id str
    Unique identifier of the instance.
    id String
    Unique identifier of the instance.

    GetCloudInstanceCurrentStateShare

    AccessLevel string
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    AccessTo string
    The instance IP address the Manila access rule targets: its fixed IPv4 address on the share's network.
    Id string
    Unique identifier of the instance.
    State string
    Observed state of the underlying access rule (ACTIVE, APPLYING, DENYING, ERROR). Null while no state has been reported yet.
    AccessLevel string
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    AccessTo string
    The instance IP address the Manila access rule targets: its fixed IPv4 address on the share's network.
    Id string
    Unique identifier of the instance.
    State string
    Observed state of the underlying access rule (ACTIVE, APPLYING, DENYING, ERROR). Null while no state has been reported yet.
    access_level string
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    access_to string
    The instance IP address the Manila access rule targets: its fixed IPv4 address on the share's network.
    id string
    Unique identifier of the instance.
    state string
    Observed state of the underlying access rule (ACTIVE, APPLYING, DENYING, ERROR). Null while no state has been reported yet.
    accessLevel String
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    accessTo String
    The instance IP address the Manila access rule targets: its fixed IPv4 address on the share's network.
    id String
    Unique identifier of the instance.
    state String
    Observed state of the underlying access rule (ACTIVE, APPLYING, DENYING, ERROR). Null while no state has been reported yet.
    accessLevel string
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    accessTo string
    The instance IP address the Manila access rule targets: its fixed IPv4 address on the share's network.
    id string
    Unique identifier of the instance.
    state string
    Observed state of the underlying access rule (ACTIVE, APPLYING, DENYING, ERROR). Null while no state has been reported yet.
    access_level str
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    access_to str
    The instance IP address the Manila access rule targets: its fixed IPv4 address on the share's network.
    id str
    Unique identifier of the instance.
    state str
    Observed state of the underlying access rule (ACTIVE, APPLYING, DENYING, ERROR). Null while no state has been reported yet.
    accessLevel String
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    accessTo String
    The instance IP address the Manila access rule targets: its fixed IPv4 address on the share's network.
    id String
    Unique identifier of the instance.
    state String
    Observed state of the underlying access rule (ACTIVE, APPLYING, DENYING, ERROR). Null while no state has been reported yet.

    GetCloudInstanceCurrentStateVolume

    Id string
    Unique identifier of the instance.
    Name string
    Display name of the attached volume.
    Size int
    Size of the attached volume, in GB.
    Id string
    Unique identifier of the instance.
    Name string
    Display name of the attached volume.
    Size int
    Size of the attached volume, in GB.
    id string
    Unique identifier of the instance.
    name string
    Display name of the attached volume.
    size number
    Size of the attached volume, in GB.
    id String
    Unique identifier of the instance.
    name String
    Display name of the attached volume.
    size Integer
    Size of the attached volume, in GB.
    id string
    Unique identifier of the instance.
    name string
    Display name of the attached volume.
    size number
    Size of the attached volume, in GB.
    id str
    Unique identifier of the instance.
    name str
    Display name of the attached volume.
    size int
    Size of the attached volume, in GB.
    id String
    Unique identifier of the instance.
    name String
    Display name of the attached volume.
    size Number
    Size of the attached volume, in GB.

    GetCloudInstanceNetwork

    AutoAssignPublicIp bool
    Attach a public interface with a public IP assigned by the platform. Only valid on an entry with no network_id and no ip, and on at most one entry.
    Ip string
    IP address assigned to the interface (IPv4 or IPv6).
    NetworkId string
    Private network ID. Omit for a public interface.
    SubnetId string
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    AutoAssignPublicIp bool
    Attach a public interface with a public IP assigned by the platform. Only valid on an entry with no network_id and no ip, and on at most one entry.
    Ip string
    IP address assigned to the interface (IPv4 or IPv6).
    NetworkId string
    Private network ID. Omit for a public interface.
    SubnetId string
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    auto_assign_public_ip bool
    Attach a public interface with a public IP assigned by the platform. Only valid on an entry with no network_id and no ip, and on at most one entry.
    ip string
    IP address assigned to the interface (IPv4 or IPv6).
    network_id string
    Private network ID. Omit for a public interface.
    subnet_id string
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    autoAssignPublicIp Boolean
    Attach a public interface with a public IP assigned by the platform. Only valid on an entry with no network_id and no ip, and on at most one entry.
    ip String
    IP address assigned to the interface (IPv4 or IPv6).
    networkId String
    Private network ID. Omit for a public interface.
    subnetId String
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    autoAssignPublicIp boolean
    Attach a public interface with a public IP assigned by the platform. Only valid on an entry with no network_id and no ip, and on at most one entry.
    ip string
    IP address assigned to the interface (IPv4 or IPv6).
    networkId string
    Private network ID. Omit for a public interface.
    subnetId string
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    auto_assign_public_ip bool
    Attach a public interface with a public IP assigned by the platform. Only valid on an entry with no network_id and no ip, and on at most one entry.
    ip str
    IP address assigned to the interface (IPv4 or IPv6).
    network_id str
    Private network ID. Omit for a public interface.
    subnet_id str
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.
    autoAssignPublicIp Boolean
    Attach a public interface with a public IP assigned by the platform. Only valid on an entry with no network_id and no ip, and on at most one entry.
    ip String
    IP address assigned to the interface (IPv4 or IPv6).
    networkId String
    Private network ID. Omit for a public interface.
    subnetId String
    Identifier of the subnet this interface draws its fixed address from, null for an entry without a network id.

    GetCloudInstanceShare

    AccessLevel string
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    Id string
    Unique identifier of the instance.
    AccessLevel string
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    Id string
    Unique identifier of the instance.
    access_level string
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    id string
    Unique identifier of the instance.
    accessLevel String
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    id String
    Unique identifier of the instance.
    accessLevel string
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    id string
    Unique identifier of the instance.
    access_level str
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    id str
    Unique identifier of the instance.
    accessLevel String
    Observed access level of the access rule for this instance (READ_ONLY or READ_WRITE).
    id String
    Unique identifier of the instance.

    Package Details

    Repository
    ovh ovh/pulumi-ovh
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ovh Terraform Provider.
    ovh logo
    Viewing docs for OVHCloud v2.19.1
    published on Tuesday, Aug 18, 2026 by OVHcloud

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial