Show / Hide Table of Contents

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 Source

BundleId

Declaration
public readonly string BundleId
Field Value
Type Description
System.String
View Source

ComputeTypes

The compute type. See supported fields below.

Declaration
public readonly ImmutableArray<GetBundleComputeTypeResult> ComputeTypes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBundleComputeTypeResult>
View Source

Description

The description of the bundle.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The name of the compute type.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Owner

The owner of the bundle.

Declaration
public readonly string Owner
Field Value
Type Description
System.String
View Source

RootStorages

The root volume. See supported fields below.

Declaration
public readonly ImmutableArray<GetBundleRootStorageResult> RootStorages
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBundleRootStorageResult>
View Source

UserStorages

The user storage. See supported fields below.

Declaration
public readonly ImmutableArray<GetBundleUserStorageResult> UserStorages
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBundleUserStorageResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.