Skip to content

RosApplicationProps

Properties for defining a RosApplication.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sae-application

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksae"
&alicloudroscdksae.RosApplicationProps {
    AppName: interface{},
    Cpu: interface{},
    Memory: interface{},
    NamespaceId: interface{},
    PackageType: interface{},
    Replicas: interface{},
    AcrAssumeRoleArn: interface{},
    AcrInstanceId: interface{},
    AppDescription: interface{},
    AppSource: interface{},
    AssociateEip: interface{},
    AutoConfig: interface{},
    BaseAppId: interface{},
    Command: interface{},
    CommandArgs: interface{},
    ConfigMapMountDesc: interface{},
    CustomHostAlias: interface{},
    Deploy: interface{},
    EdasContainerVersion: interface{},
    EnableEbpf: interface{},
    Envs: interface{},
    ImagePullSecrets: interface{},
    ImageUrl: interface{},
    JarStartArgs: interface{},
    JarStartOptions: interface{},
    Jdk: interface{},
    KafkaConfigs: interface{},
    Liveness: interface{},
    MicroRegistration: interface{},
    MicroRegistrationConfig: interface{},
    MountDesc: interface{},
    MountHost: interface{},
    NasConfigs: interface{},
    NasId: interface{},
    OssAkId: interface{},
    OssAkSecret: interface{},
    OssMountDescs: interface{},
    PackageUrl: interface{},
    PackageVersion: interface{},
    Php: interface{},
    PhpArmsConfigLocation: interface{},
    PhpConfig: interface{},
    PhpConfigLocation: interface{},
    PostStart: interface{},
    PreStop: interface{},
    ProgrammingLanguage: interface{},
    PvtzDiscoverySvc: interface{},
    Python: interface{},
    PythonModules: interface{},
    Readiness: interface{},
    SaeVersion: interface{},
    SecurityGroupId: interface{},
    ServiceTags: interface{},
    SlsConfigs: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdksae.RosApplication.TagsProperty,
    TerminationGracePeriodSeconds: interface{},
    Timezone: interface{},
    TomcatConfig: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    WarStartOptions: interface{},
    WebContainer: interface{},
}

Properties

Name Type Description
AppName interface{} No description.
Cpu interface{} No description.
Memory interface{} No description.
NamespaceId interface{} No description.
PackageType interface{} No description.
Replicas interface{} No description.
AcrAssumeRoleArn interface{} No description.
AcrInstanceId interface{} No description.
AppDescription interface{} No description.
AppSource interface{} No description.
AssociateEip interface{} No description.
AutoConfig interface{} No description.
BaseAppId interface{} No description.
Command interface{} No description.
CommandArgs interface{} No description.
ConfigMapMountDesc interface{} No description.
CustomHostAlias interface{} No description.
Deploy interface{} No description.
EdasContainerVersion interface{} No description.
EnableEbpf interface{} No description.
Envs interface{} No description.
ImagePullSecrets interface{} No description.
ImageUrl interface{} No description.
JarStartArgs interface{} No description.
JarStartOptions interface{} No description.
Jdk interface{} No description.
KafkaConfigs interface{} No description.
Liveness interface{} No description.
MicroRegistration interface{} No description.
MicroRegistrationConfig interface{} No description.
MountDesc interface{} No description.
MountHost interface{} No description.
NasConfigs interface{} No description.
NasId interface{} No description.
OssAkId interface{} No description.
OssAkSecret interface{} No description.
OssMountDescs interface{} No description.
PackageUrl interface{} No description.
PackageVersion interface{} No description.
Php interface{} No description.
PhpArmsConfigLocation interface{} No description.
PhpConfig interface{} No description.
PhpConfigLocation interface{} No description.
PostStart interface{} No description.
PreStop interface{} No description.
ProgrammingLanguage interface{} No description.
PvtzDiscoverySvc interface{} No description.
Python interface{} No description.
PythonModules interface{} No description.
Readiness interface{} No description.
SaeVersion interface{} No description.
SecurityGroupId interface{} No description.
ServiceTags interface{} No description.
SlsConfigs interface{} No description.
Tags *[]TagsProperty No description.
TerminationGracePeriodSeconds interface{} No description.
Timezone interface{} No description.
TomcatConfig interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
WarStartOptions interface{} No description.
WebContainer interface{} No description.

AppNameRequired

AppName interface{}
  • Type: interface{}

CpuRequired

Cpu interface{}
  • Type: interface{}

MemoryRequired

Memory interface{}
  • Type: interface{}

NamespaceIdRequired

NamespaceId interface{}
  • Type: interface{}

PackageTypeRequired

PackageType interface{}
  • Type: interface{}

ReplicasRequired

Replicas interface{}
  • Type: interface{}

AcrAssumeRoleArnOptional

AcrAssumeRoleArn interface{}
  • Type: interface{}

AcrInstanceIdOptional

AcrInstanceId interface{}
  • Type: interface{}

AppDescriptionOptional

AppDescription interface{}
  • Type: interface{}

AppSourceOptional

AppSource interface{}
  • Type: interface{}

AssociateEipOptional

AssociateEip interface{}
  • Type: interface{}

AutoConfigOptional

AutoConfig interface{}
  • Type: interface{}

BaseAppIdOptional

BaseAppId interface{}
  • Type: interface{}

CommandOptional

Command interface{}
  • Type: interface{}

CommandArgsOptional

CommandArgs interface{}
  • Type: interface{}

ConfigMapMountDescOptional

ConfigMapMountDesc interface{}
  • Type: interface{}

CustomHostAliasOptional

CustomHostAlias interface{}
  • Type: interface{}

DeployOptional

Deploy interface{}
  • Type: interface{}

EdasContainerVersionOptional

EdasContainerVersion interface{}
  • Type: interface{}

EnableEbpfOptional

EnableEbpf interface{}
  • Type: interface{}

EnvsOptional

Envs interface{}
  • Type: interface{}

ImagePullSecretsOptional

ImagePullSecrets interface{}
  • Type: interface{}

ImageUrlOptional

ImageUrl interface{}
  • Type: interface{}

JarStartArgsOptional

JarStartArgs interface{}
  • Type: interface{}

JarStartOptionsOptional

JarStartOptions interface{}
  • Type: interface{}

JdkOptional

Jdk interface{}
  • Type: interface{}

KafkaConfigsOptional

KafkaConfigs interface{}
  • Type: interface{}

LivenessOptional

Liveness interface{}
  • Type: interface{}

MicroRegistrationOptional

MicroRegistration interface{}
  • Type: interface{}

MicroRegistrationConfigOptional

MicroRegistrationConfig interface{}
  • Type: interface{}

MountDescOptional

MountDesc interface{}
  • Type: interface{}

MountHostOptional

MountHost interface{}
  • Type: interface{}

NasConfigsOptional

NasConfigs interface{}
  • Type: interface{}

NasIdOptional

NasId interface{}
  • Type: interface{}

OssAkIdOptional

OssAkId interface{}
  • Type: interface{}

OssAkSecretOptional

OssAkSecret interface{}
  • Type: interface{}

OssMountDescsOptional

OssMountDescs interface{}
  • Type: interface{}

PackageUrlOptional

PackageUrl interface{}
  • Type: interface{}

PackageVersionOptional

PackageVersion interface{}
  • Type: interface{}

PhpOptional

Php interface{}
  • Type: interface{}

PhpArmsConfigLocationOptional

PhpArmsConfigLocation interface{}
  • Type: interface{}

PhpConfigOptional

PhpConfig interface{}
  • Type: interface{}

PhpConfigLocationOptional

PhpConfigLocation interface{}
  • Type: interface{}

PostStartOptional

PostStart interface{}
  • Type: interface{}

PreStopOptional

PreStop interface{}
  • Type: interface{}

ProgrammingLanguageOptional

ProgrammingLanguage interface{}
  • Type: interface{}

PvtzDiscoverySvcOptional

PvtzDiscoverySvc interface{}
  • Type: interface{}

PythonOptional

Python interface{}
  • Type: interface{}

PythonModulesOptional

PythonModules interface{}
  • Type: interface{}

ReadinessOptional

Readiness interface{}
  • Type: interface{}

SaeVersionOptional

SaeVersion interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

ServiceTagsOptional

ServiceTags interface{}
  • Type: interface{}

SlsConfigsOptional

SlsConfigs interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TerminationGracePeriodSecondsOptional

TerminationGracePeriodSeconds interface{}
  • Type: interface{}

TimezoneOptional

Timezone interface{}
  • Type: interface{}

TomcatConfigOptional

TomcatConfig interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

WarStartOptionsOptional

WarStartOptions interface{}
  • Type: interface{}

WebContainerOptional

WebContainer interface{}
  • Type: interface{}