Show / Hide Table of Contents

Class EnvironmentRole

Describes the role of the FA Environment.

Inheritance
object
EnvironmentRole
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class EnvironmentRole

Properties

CurrentRole

Declaration
[JsonProperty(PropertyName = "currentRole")]
[JsonConverter(typeof(ResponseEnumConverter))]
public EnvironmentRole.CurrentRoleEnum? CurrentRole { get; set; }
Property Value
Type Description
EnvironmentRole.CurrentRoleEnum?

The current role of the environment

StandbyEnvironmentId

Declaration
[JsonProperty(PropertyName = "standbyEnvironmentId")]
public string StandbyEnvironmentId { get; set; }
Property Value
Type Description
string

Fusion Environment ID of the standby environment

StandbyEnvironmentRegion

Declaration
[JsonProperty(PropertyName = "standbyEnvironmentRegion")]
public string StandbyEnvironmentRegion { get; set; }
Property Value
Type Description
string

Region the standby environment is in

In this article
Back to top