Show / Hide Table of Contents

Class Cloud

Metadata related to the cloud environment.

Inheritance
object
Cloud
Implements
IMessage<Cloud>
IEquatable<Cloud>
IDeepCloneable<Cloud>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Cloud : IMessage<Cloud>, IEquatable<Cloud>, IDeepCloneable<Cloud>, IBufferMessage, IMessage

Constructors

Cloud()

Declaration
public Cloud()

Cloud(Cloud)

Declaration
public Cloud(Cloud other)
Parameters
Type Name Description
Cloud other

Properties

AvailabilityZone

The cloud environment availability zone (different from region which is location.name).

Declaration
public string AvailabilityZone { get; set; }
Property Value
Type Description
string

Environment

The Cloud environment.

Declaration
public Cloud.Types.CloudEnvironment Environment { get; set; }
Property Value
Type Description
Cloud.Types.CloudEnvironment

Project

The cloud environment project information. Deprecated: Use Resource.resource_ancestors

Declaration
[Obsolete]
public Resource Project { get; set; }
Property Value
Type Description
Resource

Vpc

The cloud environment VPC. Deprecated.

Declaration
[Obsolete]
public Resource Vpc { get; set; }
Property Value
Type Description
Resource
In this article
Back to top Generated by DocFX