Show / Hide Table of Contents

Class GetCommonBandwidthPackagesPackageResult

Inheritance
System.Object
GetCommonBandwidthPackagesPackageResult
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.AliCloud.Vpc.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetCommonBandwidthPackagesPackageResult

Fields

View Source

Bandwidth

The peak bandwidth of the Internet Shared Bandwidth instance.

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

BusinessStatus

The business status of the Common Bandwidth Package instance.

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

CreationTime

Time of creation.

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

Description

The description of the Common Bandwidth Package instance.

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

Id

ID of the Common Bandwidth Package.

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

Isp

ISP of the Common Bandwidth Package.

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

Name

Name of the Common Bandwidth Package.

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

PublicIpAddresses

Public ip addresses that in the Common Bandwidth Pakcage.

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

ResourceGroupId

The Id of resource group which the common bandwidth package belongs.

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

Status

Status of the Common Bandwidth Package.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.