Class GetBundleResult
Inheritance
System.Object
GetBundleResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Workspaces
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetBundleResult
Fields
View SourceBundleId
Declaration
public readonly string BundleId
Field Value
| Type | Description |
|---|---|
| System.String |
ComputeTypes
The compute type. See supported fields below.
Declaration
public readonly ImmutableArray<GetBundleComputeTypeResult> ComputeTypes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetBundleComputeTypeResult> |
Description
The description of the bundle.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the compute type.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Owner
The owner of the bundle.
Declaration
public readonly string Owner
Field Value
| Type | Description |
|---|---|
| System.String |
RootStorages
The root volume. See supported fields below.
Declaration
public readonly ImmutableArray<GetBundleRootStorageResult> RootStorages
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetBundleRootStorageResult> |
UserStorages
The user storage. See supported fields below.
Declaration
public readonly ImmutableArray<GetBundleUserStorageResult> UserStorages
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetBundleUserStorageResult> |