OperationType enum

Inheritance

Constructors

OperationType()
const

Values

deleteKnownHostKeys → const OperationType
deleteInstance → const OperationType
createInstance → const OperationType
stopInstance → const OperationType
startInstance → const OperationType
rebootInstance → const OperationType
openInstancePublicPorts → const OperationType
putInstancePublicPorts → const OperationType
closeInstancePublicPorts → const OperationType
allocateStaticIp → const OperationType
releaseStaticIp → const OperationType
attachStaticIp → const OperationType
detachStaticIp → const OperationType
updateDomainEntry → const OperationType
deleteDomainEntry → const OperationType
createDomain → const OperationType
deleteDomain → const OperationType
createInstanceSnapshot → const OperationType
deleteInstanceSnapshot → const OperationType
createInstancesFromSnapshot → const OperationType
createLoadBalancer → const OperationType
deleteLoadBalancer → const OperationType
attachInstancesToLoadBalancer → const OperationType
detachInstancesFromLoadBalancer → const OperationType
updateLoadBalancerAttribute → const OperationType
createLoadBalancerTlsCertificate → const OperationType
deleteLoadBalancerTlsCertificate → const OperationType
attachLoadBalancerTlsCertificate → const OperationType
createDisk → const OperationType
deleteDisk → const OperationType
attachDisk → const OperationType
detachDisk → const OperationType
createDiskSnapshot → const OperationType
deleteDiskSnapshot → const OperationType
createDiskFromSnapshot → const OperationType
createRelationalDatabase → const OperationType
updateRelationalDatabase → const OperationType
deleteRelationalDatabase → const OperationType
createRelationalDatabaseFromSnapshot → const OperationType
createRelationalDatabaseSnapshot → const OperationType
deleteRelationalDatabaseSnapshot → const OperationType
updateRelationalDatabaseParameters → const OperationType
startRelationalDatabase → const OperationType
rebootRelationalDatabase → const OperationType
stopRelationalDatabase → const OperationType
enableAddOn → const OperationType
disableAddOn → const OperationType
putAlarm → const OperationType
getAlarms → const OperationType
deleteAlarm → const OperationType
testAlarm → const OperationType
createContactMethod → const OperationType
getContactMethods → const OperationType
sendContactMethodVerification → const OperationType
deleteContactMethod → const OperationType
createDistribution → const OperationType
updateDistribution → const OperationType
deleteDistribution → const OperationType
resetDistributionCache → const OperationType
attachCertificateToDistribution → const OperationType
detachCertificateFromDistribution → const OperationType
updateDistributionBundle → const OperationType
createCertificate → const OperationType
deleteCertificate → const OperationType
createContainerService → const OperationType
updateContainerService → const OperationType
deleteContainerService → const OperationType
createContainerServiceDeployment → const OperationType
createContainerServiceRegistryLogin → const OperationType
registerContainerImage → const OperationType
deleteContainerImage → const OperationType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<OperationType>
A constant List of the values in this enum, in order of their declaration.