Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComputeInstanceProperties

Package version

Compute Instance properties

Hierarchy

  • ComputeInstanceProperties

Index

Properties

Optional applicationSharingPolicy

applicationSharingPolicy: ApplicationSharingPolicy

Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.

Optional applications

Describes available applications and their endpoints on this ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server.

Optional computeInstanceAuthorizationType

computeInstanceAuthorizationType: ComputeInstanceAuthorizationType

The Compute Instance Authorization type. Available values are personal (default).

Optional connectivityEndpoints

Describes all connectivity endpoints available for this ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server.

Optional containers

Describes informations of containers on this ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server.

Optional createdBy

Describes information on user who created this ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server.

Optional dataDisks

Describes informations of dataDisks on this ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server.

Optional dataMounts

Describes informations of dataMounts on this ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server.

Optional enableNodePublicIp

enableNodePublicIp: undefined | false | true

Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs.

Optional errors

errors: ErrorResponse[]

Collection of errors encountered on this ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastOperation

The last operation on ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server.

Optional personalComputeInstanceSettings

personalComputeInstanceSettings: PersonalComputeInstanceSettings

Settings for a personal compute instance.

Optional schedules

schedules: ComputeSchedules

The list of schedules to be applied on the computes. NOTE: This property will not be serialized. It can only be populated by the server.

Optional setupScripts

setupScripts: SetupScripts

Details of customized scripts to execute for setting up the cluster.

Optional sshSettings

Specifies policy and settings for SSH access.

Optional state

The current state of this ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server.

Optional subnet

subnet: ResourceId

Virtual network subnet resource ID the compute nodes belong to.

Optional versions

ComputeInstance version. NOTE: This property will not be serialized. It can only be populated by the server.

Optional vmSize

vmSize: undefined | string

Virtual Machine Size

Generated using TypeDoc