Skip to content

RosServiceProps

Properties for defining a RosService.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-service

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc;
new RosServiceProps {
    object ServiceName,
    object DeletionForce = null,
    object Description = null,
    object InternetAccess = null,
    object LogConfig = null,
    object NasConfig = null,
    object OssMountConfig = null,
    object Role = null,
    TagsProperty[] Tags = null,
    object TracingConfig = null,
    object VpcBindings = null,
    object VpcConfig = null
};

Properties

Name Type Description
ServiceName object No description.
DeletionForce object No description.
Description object No description.
InternetAccess object No description.
LogConfig object No description.
NasConfig object No description.
OssMountConfig object No description.
Role object No description.
Tags TagsProperty[] No description.
TracingConfig object No description.
VpcBindings object No description.
VpcConfig object No description.

ServiceNameRequired

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

DeletionForceOptional

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

DescriptionOptional

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

InternetAccessOptional

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

LogConfigOptional

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

NasConfigOptional

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

OssMountConfigOptional

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

RoleOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

TracingConfigOptional

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

VpcBindingsOptional

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

VpcConfigOptional

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