Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.migrationcenter/v1alpha1.getSource
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets the details of a source.
Using getSource
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 getSource(args: GetSourceArgs, opts?: InvokeOptions): Promise<GetSourceResult>
function getSourceOutput(args: GetSourceOutputArgs, opts?: InvokeOptions): Output<GetSourceResult>def get_source(location: Optional[str] = None,
project: Optional[str] = None,
source_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSourceResult
def get_source_output(location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
source_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSourceResult]func LookupSource(ctx *Context, args *LookupSourceArgs, opts ...InvokeOption) (*LookupSourceResult, error)
func LookupSourceOutput(ctx *Context, args *LookupSourceOutputArgs, opts ...InvokeOption) LookupSourceResultOutput> Note: This function is named LookupSource in the Go SDK.
public static class GetSource
{
public static Task<GetSourceResult> InvokeAsync(GetSourceArgs args, InvokeOptions? opts = null)
public static Output<GetSourceResult> Invoke(GetSourceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSourceResult> getSource(GetSourceArgs args, InvokeOptions options)
public static Output<GetSourceResult> getSource(GetSourceArgs args, InvokeOptions options)
fn::invoke:
function: google-native:migrationcenter/v1alpha1:getSource
arguments:
# arguments dictionaryThe following arguments are supported:
getSource Result
The following output properties are available:
- Create
Time string - The timestamp when the source was created.
- Description string
- Free-text description.
- Display
Name string - User-friendly display name.
- Error
Frame intCount - The number of frames that were reported by the source and contained errors.
- Is
Managed bool - If
true, the source is managed by other service(s). - Name string
- The full name of the source.
- Pending
Frame intCount - Number of frames that are still being processed.
- Priority int
- The information confidence of the source. The higher the value, the higher the confidence.
- State string
- The state of the source.
- Type string
- Data source type.
- Update
Time string - The timestamp when the source was last updated.
- Create
Time string - The timestamp when the source was created.
- Description string
- Free-text description.
- Display
Name string - User-friendly display name.
- Error
Frame intCount - The number of frames that were reported by the source and contained errors.
- Is
Managed bool - If
true, the source is managed by other service(s). - Name string
- The full name of the source.
- Pending
Frame intCount - Number of frames that are still being processed.
- Priority int
- The information confidence of the source. The higher the value, the higher the confidence.
- State string
- The state of the source.
- Type string
- Data source type.
- Update
Time string - The timestamp when the source was last updated.
- create
Time String - The timestamp when the source was created.
- description String
- Free-text description.
- display
Name String - User-friendly display name.
- error
Frame IntegerCount - The number of frames that were reported by the source and contained errors.
- is
Managed Boolean - If
true, the source is managed by other service(s). - name String
- The full name of the source.
- pending
Frame IntegerCount - Number of frames that are still being processed.
- priority Integer
- The information confidence of the source. The higher the value, the higher the confidence.
- state String
- The state of the source.
- type String
- Data source type.
- update
Time String - The timestamp when the source was last updated.
- create
Time string - The timestamp when the source was created.
- description string
- Free-text description.
- display
Name string - User-friendly display name.
- error
Frame numberCount - The number of frames that were reported by the source and contained errors.
- is
Managed boolean - If
true, the source is managed by other service(s). - name string
- The full name of the source.
- pending
Frame numberCount - Number of frames that are still being processed.
- priority number
- The information confidence of the source. The higher the value, the higher the confidence.
- state string
- The state of the source.
- type string
- Data source type.
- update
Time string - The timestamp when the source was last updated.
- create_
time str - The timestamp when the source was created.
- description str
- Free-text description.
- display_
name str - User-friendly display name.
- error_
frame_ intcount - The number of frames that were reported by the source and contained errors.
- is_
managed bool - If
true, the source is managed by other service(s). - name str
- The full name of the source.
- pending_
frame_ intcount - Number of frames that are still being processed.
- priority int
- The information confidence of the source. The higher the value, the higher the confidence.
- state str
- The state of the source.
- type str
- Data source type.
- update_
time str - The timestamp when the source was last updated.
- create
Time String - The timestamp when the source was created.
- description String
- Free-text description.
- display
Name String - User-friendly display name.
- error
Frame NumberCount - The number of frames that were reported by the source and contained errors.
- is
Managed Boolean - If
true, the source is managed by other service(s). - name String
- The full name of the source.
- pending
Frame NumberCount - Number of frames that are still being processed.
- priority Number
- The information confidence of the source. The higher the value, the higher the confidence.
- state String
- The state of the source.
- type String
- Data source type.
- update
Time String - The timestamp when the source was last updated.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
