Skip to content

RosEnvironmentProps

Properties for defining a RosEnvironment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-environment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosEnvironmentProps {
    object BindResourceId,
    object EnvironmentName,
    object EnvironmentSubType,
    object EnvironmentType,
    object DeletePromInstance = null,
    object FeePackage = null,
    object GrafanaWorkspaceId = null,
    object ManagedType = null,
    object PrometheusInstanceId = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
BindResourceId object No description.
EnvironmentName object No description.
EnvironmentSubType object No description.
EnvironmentType object No description.
DeletePromInstance object No description.
FeePackage object No description.
GrafanaWorkspaceId object No description.
ManagedType object No description.
PrometheusInstanceId object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.

BindResourceIdRequired

public object BindResourceId { get; set; }
  • Type: object

EnvironmentNameRequired

public object EnvironmentName { get; set; }
  • Type: object

EnvironmentSubTypeRequired

public object EnvironmentSubType { get; set; }
  • Type: object

EnvironmentTypeRequired

public object EnvironmentType { get; set; }
  • Type: object

DeletePromInstanceOptional

public object DeletePromInstance { get; set; }
  • Type: object

FeePackageOptional

public object FeePackage { get; set; }
  • Type: object

GrafanaWorkspaceIdOptional

public object GrafanaWorkspaceId { get; set; }
  • Type: object

ManagedTypeOptional

public object ManagedType { get; set; }
  • Type: object

PrometheusInstanceIdOptional

public object PrometheusInstanceId { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }