Méthode | Description | |
---|---|---|
AddBackupService ( string InstanceId ) : BackupService | ||
AddInterfaceAttachment ( string serverId, string portId ) : InterfaceAttachment | ||
AddKeypair ( string name, string publickey = null ) : Keypair | ||
AddSubnetForAdditionalIp ( int bitmask ) : Subnet | ||
AddSubnetForLb ( ) : Subnet | ||
AssociateHealthMonitor ( string monitorId, string poolId ) : bool | ||
AttachVolume ( string serverId, string volumeId, string devicePath = null ) : ServerVolume | ||
BulkDelete ( string>.IEnumerable |
||
ChangeEmailAddressPassword ( string emailId, string password ) : bool | ||
ChangeNetworkAdapter ( string serverId, string hwVifModel ) : bool | ||
ChangeStorageController ( string serverId, string hwDiskBus ) : bool | ||
ChangeVideoDevice ( string serverId, string hwVideoModel ) : bool | ||
ChangeVncKeymap ( string serverId, string vncKeymap ) : bool | ||
ConfirmServerResized ( string serverId ) : bool | ||
CopyObject ( string sourceContainer, string sourceObjectName, string destinationContainer, string destinationObjectName, string destinationContentType = null, string>.Dictionary |
||
CreateContainer ( string container, string>.Dictionary |
||
CreateDatabase ( string serviceId, string dbName, string type = null, string charset = null, string memo = null ) : Database | ||
CreateDbGrant ( string databaseId, string userId ) : DbGrant | ||
CreateDbService ( string serviceName ) : DbService | ||
CreateDbUser ( string serviceId, string username, string password, string hostname, string memo = null ) : DbUser | ||
CreateDnsRecord ( string domainId, string name, string type, string data, int priority = null, int ttl = null, string description = null, string gslbRegion = null, int gslbWeight = null, int gslbCheck = null ) : DnsRecord | ||
CreateDomain ( string domainName, string email, int ttl = null, string description = null, int gslb = null ) : Domain | ||
CreateEmailAddress ( string domainId, string emailAddress, string password ) : Email | ||
CreateEmailForwarding ( string emailId, string toForwardAddress ) : |
||
CreateEmailWebHook ( string emailId, string webhookUrl, string keyword ) : EmailWebHook | ||
CreateFormPostUri ( string container, string objectPrefix, string key, DateTimeOffset expiration, |
||
CreateGlanceImageFromInstance ( string serverId, string imageName ) : bool | ||
CreateGlanceImageFromVolume ( string volumeId, string imageName, string diskFormat = null, string containerFormat = null ) : VolumeUploadImage | ||
CreateHealthMonitor ( string monitorType, int delay, int maxRetries, string urlPath = null, string expectedCodes = null ) : HealthMonitor | ||
CreateImageFromBackupRun ( string backupId, string backupRunId, string imageName = null ) : bool | ||
CreateLBMember ( string poolId, string address, string protocolPort, int weight = 1 ) : LBMember | ||
CreateMailDomain ( string serviceId, string domainName ) : MailDomain | ||
CreateMailService ( string serviceName, string defaultSubdomain ) : MailService | ||
CreateNetwork ( string name, bool adminStateUp = true, string networkType = "vxlan", string segmentationId = null ) : Network | ||
CreateNetworkSecurityGroup ( string name, string description ) : NetworkSecurityGroup | ||
CreateNetworkSecurityGroupRule ( string securityGroupId, string direction, string etherType, string portRangeMin = null, string portRangeMax = null, string protocol = null, string remoteGroupId = null, string remoteIpPrefix = null ) : NetworkSecurityGroupRule | ||
CreateObject ( string container, Stream stream, string objectName, string contentType = null, int chunkSize = 4096, string>.Dictionary |
||
CreateObjectFromFile ( string container, string filePath, string objectName = null, string contentType = null, int chunkSize = 4096, string>.Dictionary |
||
CreatePool ( string name, string subnetId, string lbMethod = "ROUND_ROBIN", string protocol = "TCP" ) : Pool | ||
CreatePort ( string networkId, FixedIp fixedIps = null, string>.Dictionary |
||
CreateServer ( string cloudServerName, string imageId, string flavor, string adminPass, string keyname = null, string nametag = null, string securityGroupNames = null, string attachVolumeIds = null, DiskConfiguration diskConfig = null, Metadata metadata = null, Personality personality = null, bool attachToServiceNetwork = false, bool attachToPublicNetwork = false, IEnumerable |
||
CreateSubnet ( string name, string networkId, int ipVersion, string cidr ) : Subnet | ||
CreateTemporaryPublicUri ( HttpMethod method, string container, string objectName, string key, DateTimeOffset expiration, bool useInternalUrl = false ) : Uri | ||
CreateUserAccess ( ) : UserAccess | ||
CreateUserAccess ( string username, string password, string tenantName = null, string tenantId = null ) : UserAccess | ||
CreateVIP ( string name, string protocol, string protocolPort, string poolId, string subnetId, string address, bool adminStateUp, string description = null, string sessionPpersistence = null, int connectionLimit = null ) : VIP | ||
CreateVolume ( int size, string sourceVolumeId = null, string description = null, string name = null, string snapshotId = null, string volumeType = null, string imageRef = null ) : Volume | ||
DeleteBackupService ( string backupId ) : bool | ||
DeleteContainer ( string container, bool deleteObjects = false, bool useInternalUrl = false ) : void | ||
DeleteContainerMetadata ( string container, IEnumerable |
||
DeleteContainerMetadata ( string container, string key, bool useInternalUrl = false ) : void | ||
DeleteDatabase ( string databaseId ) : bool | ||
DeleteDbGrant ( string databaseId, string userId ) : bool | ||
DeleteDbService ( string serviceId ) : bool | ||
DeleteDbUser ( string userId ) : bool | ||
DeleteDnsRecord ( string domainId, string recordId ) : bool | ||
DeleteDomain ( string domainId ) : bool | ||
DeleteEmailAddress ( string emailId ) : bool | ||
DeleteEmailForwarding ( string forwardingId ) : bool | ||
DeleteEmailWebHook ( string emailId ) : bool | ||
DeleteGlanceImage ( string imageId ) : bool | ||
DeleteHealthMonitor ( string monitorId ) : bool | ||
DeleteInterfaceAttachment ( string serverId, string portId ) : bool | ||
DeleteKeypair ( string name ) : bool | ||
DeleteLBMember ( string memberId ) : bool | ||
DeleteMailDomain ( string domainId ) : bool | ||
DeleteMailMessage ( string emailId, string messageId ) : bool | ||
DeleteMailService ( string serviceId ) : bool | ||
DeleteNetwork ( string networkId ) : bool | ||
DeleteNetworkSecurityGroup ( string networkSecurityGroupId ) : bool | ||
DeleteNetworkSecurityGroupRule ( string networkSecurityRuleId ) : bool | ||
DeleteObject ( string container, string objectName, string>.Dictionary |
||
DeleteObjectMetadata ( string container, string objectName, IEnumerable |
||
DeleteObjectMetadata ( string container, string objectName, string key, bool useInternalUrl = false ) : void | ||
DeleteObjects ( string container, IEnumerable |
||
DeletePool ( string poolId ) : bool | ||
DeletePort ( string portId ) : bool | ||
DeleteServer ( string serverId ) : bool | ||
DeleteSubnet ( string subnetId ) : bool | ||
DeleteVIP ( string vipId ) : bool | ||
DeleteVolume ( string volumeId ) : bool | ||
DetachVolume ( string serverId, string volumeId ) : bool | ||
DisableCDNOnContainer ( string container ) : string>.Dictionary |
||
DisableStaticWebOnContainer ( string container, bool useInternalUrl = false ) : void | ||
DisassociateHealthMonitor ( string monitorId, string poolId ) : bool | ||
EnableCDNOnContainer ( string container, bool logRetention ) : string>.Dictionary |
||
EnableCDNOnContainer ( string container, long timeToLive ) : string>.Dictionary |
||
EnableCDNOnContainer ( string container, long timeToLive, bool logRetention ) : string>.Dictionary |
||
EnableStaticWebOnContainer ( string container, string css, bool listing, bool useInternalUrl = false ) : void | ||
EnableStaticWebOnContainer ( string container, string index, string error, bool useInternalUrl = false ) : void | ||
EnableStaticWebOnContainer ( string container, string index, string error, bool listing, bool useInternalUrl = false ) : void | ||
EnableStaticWebOnContainer ( string container, string index, string error, string css, bool listing, bool useInternalUrl = false ) : void | ||
ExportZone ( string zoneId ) : string | ||
ExtractArchive ( Stream stream, string uploadPath, ArchiveFormat archiveFormat, string contentType = null, int chunkSize = 4096, string>.Dictionary |
||
ExtractArchiveFromFile ( string filePath, string uploadPath, ArchiveFormat archiveFormat, string contentType = null, int chunkSize = 4096, string>.Dictionary |
||
GetAccountHeaders ( bool useInternalUrl = false ) : string>.Dictionary |
||
GetAccountMetaData ( bool useInternalUrl = false ) : string>.Dictionary |
||
GetBackupService ( string backupId ) : BackupService | ||
GetBillingInvoice ( int invoiceId ) : BillingInvoice | ||
GetCPUGraph ( string serverId, DateTime startDate = null, DateTime endDate = null, string mode = null ) : string | ||
GetCloudImageTask ( string taskId ) : CloudImageTaskDetail | ||
GetContainerCDNHeader ( string container ) : ContainerCDN | ||
GetContainerHeader ( string container, bool useInternalUrl = false ) : string>.Dictionary |
||
GetContainerMetaData ( string container, bool useInternalUrl = false ) : string>.Dictionary |
||
GetDatabase ( string databaseId ) : Database | ||
GetDbService ( string serviceId ) : DbService | ||
GetDbServiceQuota ( string serviceId ) : DbServiceQuota | ||
GetDbUser ( string userId ) : DbUser | ||
GetDiskIOGraph ( string serverId, string deviceName = null, DateTime startDate = null, DateTime endDate = null, string mode = null ) : string | ||
GetDnsRecord ( string domainId, string recordId ) : DnsRecord | ||
GetDnsServiceDetails ( string domainId ) : IEnumerable |
||
GetDomain ( string domainId ) : Domain | ||
GetEmailAddress ( string emailId ) : Email | ||
GetEmailBlackList ( string emailId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
GetEmailForwarding ( string forwardingId ) : EmailForwarding | ||
GetEmailWebHook ( string emailId ) : EmailWebHook | ||
GetEmailWhiteList ( string emailId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
GetFlavor ( string flavorid ) : FlavorDetails | ||
GetGlanceImage ( string imageId ) : CloudImage | ||
GetHealthMonitor ( string monitorId ) : HealthMonitor | ||
GetHttpConsole ( string serverId ) : VncConsole | ||
GetImage ( string imageId ) : ServerImage | ||
GetImageAmount ( ) : long | ||
GetInterfaceAttachment ( string serverId, string portId ) : InterfaceAttachment | ||
GetKeypair ( string keyName ) : Keypair | ||
GetLBMember ( string memberId ) : LBMember | ||
GetMailAttachment ( string emailId, string messageId, string attachmentId ) : Attachment | ||
GetMailBoxQuota ( string serviceId ) : MailBoxQuota | ||
GetMailDomainDedicatedIp ( string domainId ) : string | ||
GetMailMessage ( string emailId, string messageId ) : MailMessage | ||
GetMailService ( string serviceId ) : MailService | ||
GetNetwork ( string networkId ) : Network | ||
GetNetworkGraph ( string serverId, string portId, DateTime startDate = null, DateTime endDate = null, string mode = null ) : string | ||
GetNetworkSecurityGroup ( string groupId ) : NetworkSecurityGroup | ||
GetNetworkSecurityGroupRule ( string ruleId ) : NetworkSecurityGroupRule | ||
GetNotification ( int notificationCode, string lang = "en" ) : Notification | ||
GetNovaConsole ( string serverId ) : VncConsole | ||
GetObject ( string container, string objectName, Stream outputStream, int chunkSize = 4096, string>.Dictionary |
||
GetObjectHeaders ( string container, string objectName, bool useInternalUrl = false ) : string>.Dictionary |
||
GetObjectMetaData ( string container, string objectName, bool useInternalUrl = false ) : string>.Dictionary |
||
GetObjectSaveToFile ( string container, string saveDirectory, string objectName, string fileName = null, int chunkSize = 65536, string>.Dictionary |
||
GetOrderItem ( string itemid ) : OrderItem | ||
GetPaymentSummary ( ) : PaymentSummary | ||
GetPool ( string poolId ) : Pool | ||
GetPort ( string portId ) : Port | ||
GetServer ( string serverId ) : Server | ||
GetServerVolume ( string serverId, string volumeId ) : ServerVolume | ||
GetSubnet ( string subnetId ) : Subnet | ||
GetSwiftRequestGraph ( DateTime startDate = null, DateTime endDate = null, string mode = null ) : string | ||
GetSwiftSizeGraph ( DateTime startDate = null, DateTime endDate = null, string mode = null ) : string | ||
GetVIP ( string vipId ) : VIP | ||
GetVncConsole ( string serverId ) : VncConsole | ||
GetVolume ( string volumeId ) : Volume | ||
GetVolumeType ( string volumeId ) : VolumeType | ||
ImportImage ( string name, string importFromUrl ) : bool | ||
ImportZone ( string zoneContent ) : Zone | ||
ListAddresses ( string serverId ) : ServerAddresses | ||
ListBackupServices ( ) : IEnumerable |
||
ListBillingInvoices ( int offset, int limit = 1000 ) : IEnumerable |
||
ListCDNContainers ( int limit = null, string markerId = null, string markerEnd = null, bool cdnEnabled = false ) : IEnumerable |
||
ListCloudImageTasks ( ) : IEnumerable |
||
ListContainers ( int limit = null, string marker = null, string markerEnd = null, bool useInternalUrl = false ) : IEnumerable |
||
ListDatabases ( string serviceId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
ListDbBackups ( string databaseId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
ListDbGrant ( string databaseId, int lineCount = null, int pageNo = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
ListDbServices ( int lineCount = null, int pageNo = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
ListDbUsers ( string serviceId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
ListDnsRecords ( string domainId ) : IEnumerable |
||
ListDomains ( ) : IEnumerable |
||
ListEmailAddresses ( string domainId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
ListEmailForwardings ( string emailId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
ListEndpoints ( ) : IEnumerable |
Gets the list of endpoint
|
|
ListFlavors ( int minDiskInGB = null, int minRamInMB = null, string markerId = null, int limit = null ) : IEnumerable |
||
ListFlavorsDetails ( int minDiskInGB = null, int minRamInMB = null, string markerId = null, int limit = null ) : IEnumerable |
||
ListGlanceImages ( int limit = null, string marker = null, string name = null, string visibility = null, string memberStatus = null, string owner = null, string status = null, int sizeMin = null, int sizeMax = null, string sortKey = null, string sortDir = null, string tag = null ) : IEnumerable |
||
ListHealthMonitors ( ) : IEnumerable |
||
ListImages ( string server = null, string imageName = null, ImageState imageStatus = null, DateTimeOffset changesSince = null, string markerId = null, int limit = null, ImageType imageType = null ) : IEnumerable |
||
ListImagesDetails ( string server = null, string imageName = null, ImageState imageStatus = null, DateTimeOffset changesSince = null, string markerId = null, int limit = null, ImageType imageType = null ) : IEnumerable |
||
ListInterfaceAttachments ( string serverId ) : IEnumerable |
||
ListKeypairs ( ) : IEnumerable |
||
ListLBMembers ( string subnetId = null, string poolId = null, string protocolPort = null ) : IEnumerable |
||
ListMailDomains ( string serviceId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
ListMailMessageHeaders ( string emailId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
ListMailServices ( int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
ListNetworkSecurityGroupRules ( ) : IEnumerable |
||
ListNetworkSecurityGroups ( ) : IEnumerable |
||
ListNetworks ( ) : IEnumerable |
||
ListNotifications ( string lang = "en", int offset, int limit = 1000 ) : IEnumerable |
||
ListObjects ( string container, int limit = null, string marker = null, string markerEnd = null, string prefix = null, bool useInternalUrl = false ) : IEnumerable |
||
ListOrderItems ( ) : IEnumerable |
||
ListPaymentHistory ( ) : IEnumerable |
||
ListPools ( ) : IEnumerable |
||
ListPorts ( ) : IEnumerable |
||
ListProducts ( ) : IEnumerable |
||
ListServerIps ( string serverId ) : ServerIps | ||
ListServerSecurityGroups ( string serverId ) : IEnumerable |
||
ListServerVolumes ( string serverId ) : IEnumerable |
||
ListServers ( string imageId = null, string flavorId = null, string name = null, ServerState status = null, string markerId = null, int limit = null, DateTimeOffset changesSince = null ) : IEnumerable |
||
ListServersDetails ( string imageId = null, string flavorId = null, string name = null, ServerState status = null, string markerId = null, int limit = null, DateTimeOffset changesSince = null ) : IEnumerable |
||
ListSubnets ( ) : IEnumerable |
||
ListTenantUsers ( string tenantId = null ) : IEnumerable |
Get Tenant Users
|
|
ListVIPs ( ) : IEnumerable |
||
ListVolumeTypes ( ) : IEnumerable |
||
ListVolumes ( ) : IEnumerable |
||
ListVolumesDetails ( ) : IEnumerable |
||
MoveObject ( string sourceContainer, string sourceObjectName, string destinationContainer, string destinationObjectName, string destinationContentType = null, string>.Dictionary |
||
OpenStackMember ( ) : Objects.Identity |
Initializes a new instance of the OpenStackMember class.”
|
|
PurgeObjectFromCDN ( string container, string objectName, IEnumerable |
||
RebuildServer ( string serverId, string imageRef, string adminPassword, string keyName = null ) : Server | ||
ResizeServer ( string serverId, string flavorid, DiskConfiguration diskconfig ) : bool | ||
RestartServer ( string serverId, RebootType rebootType ) : bool | ||
RestoreDatabase ( string databaseId, string backupId ) : bool | ||
RestoreFromBackupRun ( string backupId, string backupRunId ) : bool | ||
RevertResizeServer ( string serverId ) : bool | ||
SetDbServiceBackup ( string serviceId, bool enabled ) : bool | ||
SetDefaultRegion ( string region ) : void |
Sets default region
|
|
SetEmailForwardingCopy ( string emailId, bool enabled ) : bool | ||
SetEmailSpamFilter ( string emailId, bool enabled, string type = null ) : bool | ||
SetEmailVirusCheck ( string emailId, bool enabled ) : bool | ||
SetImageQuota ( string quota ) : string>.Dictionary |
||
SetMailDomainDedicatedIpStatus ( string domainId, bool enabled ) : string | ||
SetMailServiceBackup ( string serviceId, bool enabled ) : bool | ||
SetNotification ( int notificationCode, string status ) : Notification | ||
SetWebShare ( string imageId, bool sharing ) : bool | ||
ShutdownServer ( string serverId ) : bool | ||
StartServer ( string serverId ) : bool | ||
StopServer ( string serverId ) : bool | ||
UpdateAccountMetadata ( string>.Dictionary |
||
UpdateBlackList ( string emailId, EmailFilterDetails targets ) : IEnumerable |
||
UpdateContainerCdnHeaders ( string container, string>.Dictionary |
||
UpdateContainerMetadata ( string container, string>.Dictionary |
||
UpdateDatabase ( string databaseId, string memo = null ) : Database | ||
UpdateDbService ( string serviceId, string serviceName ) : DbService | ||
UpdateDbServiceQuota ( string serviceId, int quota ) : DbServiceQuota | ||
UpdateDbUser ( string userId, string password = null, string memo = null ) : DbUser | ||
UpdateDnsRecord ( string domainId, string recordId, string name, string type, string data, int priority = null, int ttl = null, string description = null, string gslbRegion = null, int gslbWeight = null, int gslbCheck = null ) : DnsRecord | ||
UpdateDomain ( string domainId, string domainName = null, string email = null, int ttl = null, string description = null, int gslb = null ) : Domain | ||
UpdateEmailForwarding ( string forwardingId, string toForwardAddress ) : EmailForwarding | ||
UpdateEmailWebHook ( string emailId, string webhookUrl, string keyword ) : EmailWebHook | ||
UpdateHealthMonitor ( string monitorId, int delay, int maxRetries, string urlPath ) : HealthMonitor | ||
UpdateLBMember ( string memberId, int weight ) : LBMember | ||
UpdateMailBoxQuota ( string serviceId, int quota ) : MailBoxQuota | ||
UpdateMailService ( string serviceId, string serviceName ) : MailService | ||
UpdateObjectMetadata ( string container, string objectName, string>.Dictionary |
||
UpdatePool ( string poolId, string name = null, string lbMethod = null ) : Pool | ||
UpdatePort ( string portId, bool adminStateUp = null, string securityGroups = null, FixedIp fixedIps = null, AllowedAddressPair allowedAddressPairs = null ) : Port | ||
UpdateSubnet ( string subnetId, string name ) : Subnet | ||
UpdateVIP ( ) : VIP | ||
UpdateWhiteList ( string emailId, EmailFilterDetails targets ) : IEnumerable |
||
WaitForVolumeAvailable ( string volumeId, int refreshCount = 600, TimeSpan refreshDelay = null ) : Volume | ||
WaitForVolumeDeleted ( string volumeId, int refreshCount = 360, TimeSpan refreshDelay = null ) : bool | ||
WaitForVolumeState ( string volumeId, VolumeState expectedState, VolumeState errorStates, int refreshCount = 600, TimeSpan refreshDelay = null ) : Volume |
Méthode | Description | |
---|---|---|
SetProviders ( ) : void |
Sets the default behavior
|
|
toUnixTime ( DateTime pcTime ) : string |
Convert DateTime to UnixTime
|
Méthode | Description | |
---|---|---|
AttachSecurityGroup ( string serverId, string groupName ) : bool | ||
ChangeServerName ( string serverId, string name ) : bool | ||
DetachSecurityGroup ( string serverId, string groupName ) : bool | ||
OpenStackMember ( string username, string password, string tenantName = null, string tenantId = null, string defaultregion = "tyo1", bool bLazyProviderSetting = false ) : Objects.Identity |
public AddBackupService ( string InstanceId ) : BackupService | ||
InstanceId | string | |
Résultat | BackupService |
public AddInterfaceAttachment ( string serverId, string portId ) : InterfaceAttachment | ||
serverId | string | |
portId | string | |
Résultat | InterfaceAttachment |
public AddKeypair ( string name, string publickey = null ) : Keypair | ||
name | string | |
publickey | string | |
Résultat | Keypair |
public AddSubnetForAdditionalIp ( int bitmask ) : Subnet | ||
bitmask | int | |
Résultat | Subnet |
public AssociateHealthMonitor ( string monitorId, string poolId ) : bool | ||
monitorId | string | |
poolId | string | |
Résultat | bool |
public AttachVolume ( string serverId, string volumeId, string devicePath = null ) : ServerVolume | ||
serverId | string | |
volumeId | string | |
devicePath | string | |
Résultat | ServerVolume |
public BulkDelete ( string>.IEnumerable |
||
items | string>.IEnumerable | |
headers | string>.Dictionary | |
useInternalUrl | bool | |
Résultat | void |
public ChangeEmailAddressPassword ( string emailId, string password ) : bool | ||
emailId | string | |
password | string | |
Résultat | bool |
public ChangeNetworkAdapter ( string serverId, string hwVifModel ) : bool | ||
serverId | string | |
hwVifModel | string | |
Résultat | bool |
public ChangeStorageController ( string serverId, string hwDiskBus ) : bool | ||
serverId | string | |
hwDiskBus | string | |
Résultat | bool |
public ChangeVideoDevice ( string serverId, string hwVideoModel ) : bool | ||
serverId | string | |
hwVideoModel | string | |
Résultat | bool |
public ChangeVncKeymap ( string serverId, string vncKeymap ) : bool | ||
serverId | string | |
vncKeymap | string | |
Résultat | bool |
public ConfirmServerResized ( string serverId ) : bool | ||
serverId | string | |
Résultat | bool |
public CopyObject ( string sourceContainer, string sourceObjectName, string destinationContainer, string destinationObjectName, string destinationContentType = null, string>.Dictionary |
||
sourceContainer | string | |
sourceObjectName | string | |
destinationContainer | string | |
destinationObjectName | string | |
destinationContentType | string | |
headers | string>.Dictionary | |
useInternalUrl | bool | |
Résultat | void |
public CreateContainer ( string container, string>.Dictionary |
||
container | string | |
headers | string>.Dictionary | |
useInternalUrl | bool | |
Résultat | ObjectStore |
public CreateDatabase ( string serviceId, string dbName, string type = null, string charset = null, string memo = null ) : Database | ||
serviceId | string | |
dbName | string | |
type | string | |
charset | string | |
memo | string | |
Résultat | Database |
public CreateDbGrant ( string databaseId, string userId ) : DbGrant | ||
databaseId | string | |
userId | string | |
Résultat | DbGrant |
public CreateDbService ( string serviceName ) : DbService | ||
serviceName | string | |
Résultat | DbService |
public CreateDbUser ( string serviceId, string username, string password, string hostname, string memo = null ) : DbUser | ||
serviceId | string | |
username | string | |
password | string | |
hostname | string | |
memo | string | |
Résultat | DbUser |
public CreateDnsRecord ( string domainId, string name, string type, string data, int priority = null, int ttl = null, string description = null, string gslbRegion = null, int gslbWeight = null, int gslbCheck = null ) : DnsRecord | ||
domainId | string | |
name | string | |
type | string | |
data | string | |
priority | int | |
ttl | int | |
description | string | |
gslbRegion | string | |
gslbWeight | int | |
gslbCheck | int | |
Résultat | DnsRecord |
public CreateDomain ( string domainName, string email, int ttl = null, string description = null, int gslb = null ) : Domain | ||
domainName | string | |
string | ||
ttl | int | |
description | string | |
gslb | int | |
Résultat | Domain |
public CreateEmailAddress ( string domainId, string emailAddress, string password ) : Email | ||
domainId | string | |
emailAddress | string | |
password | string | |
Résultat |
public CreateEmailForwarding ( string emailId, string toForwardAddress ) : |
||
emailId | string | |
toForwardAddress | string | |
Résultat |
public CreateEmailWebHook ( string emailId, string webhookUrl, string keyword ) : EmailWebHook | ||
emailId | string | |
webhookUrl | string | |
keyword | string | |
Résultat | EmailWebHook |
public CreateFormPostUri ( string container, string objectPrefix, string key, DateTimeOffset expiration, |
||
container | string | |
objectPrefix | string | |
key | string | |
expiration | DateTimeOffset | |
redirectUri | ||
maxFileSize | long | |
maxFileCount | int | |
useInternalUrl | bool | |
Résultat | Tuple |
public CreateGlanceImageFromInstance ( string serverId, string imageName ) : bool | ||
serverId | string | |
imageName | string | |
Résultat | bool |
public CreateGlanceImageFromVolume ( string volumeId, string imageName, string diskFormat = null, string containerFormat = null ) : VolumeUploadImage | ||
volumeId | string | |
imageName | string | |
diskFormat | string | |
containerFormat | string | |
Résultat | VolumeUploadImage |
public CreateHealthMonitor ( string monitorType, int delay, int maxRetries, string urlPath = null, string expectedCodes = null ) : HealthMonitor | ||
monitorType | string | |
delay | int | |
maxRetries | int | |
urlPath | string | |
expectedCodes | string | |
Résultat | HealthMonitor |
public CreateImageFromBackupRun ( string backupId, string backupRunId, string imageName = null ) : bool | ||
backupId | string | |
backupRunId | string | |
imageName | string | |
Résultat | bool |
public CreateLBMember ( string poolId, string address, string protocolPort, int weight = 1 ) : LBMember | ||
poolId | string | |
address | string | |
protocolPort | string | |
weight | int | |
Résultat | LBMember |
public CreateMailDomain ( string serviceId, string domainName ) : MailDomain | ||
serviceId | string | |
domainName | string | |
Résultat | MailDomain |
public CreateMailService ( string serviceName, string defaultSubdomain ) : MailService | ||
serviceName | string | |
defaultSubdomain | string | |
Résultat | MailService |
public CreateNetwork ( string name, bool adminStateUp = true, string networkType = "vxlan", string segmentationId = null ) : Network | ||
name | string | |
adminStateUp | bool | |
networkType | string | |
segmentationId | string | |
Résultat | Network |
public CreateNetworkSecurityGroup ( string name, string description ) : NetworkSecurityGroup | ||
name | string | |
description | string | |
Résultat | NetworkSecurityGroup |
public CreateNetworkSecurityGroupRule ( string securityGroupId, string direction, string etherType, string portRangeMin = null, string portRangeMax = null, string protocol = null, string remoteGroupId = null, string remoteIpPrefix = null ) : NetworkSecurityGroupRule | ||
securityGroupId | string | |
direction | string | |
etherType | string | |
portRangeMin | string | |
portRangeMax | string | |
protocol | string | |
remoteGroupId | string | |
remoteIpPrefix | string | |
Résultat | NetworkSecurityGroupRule |
public CreateObject ( string container, Stream stream, string objectName, string contentType = null, int chunkSize = 4096, string>.Dictionary |
||
container | string | |
stream | Stream | |
objectName | string | |
contentType | string | |
chunkSize | int | |
headers | string>.Dictionary | |
progressUpdated | Action |
|
useInternalUrl | bool | |
Résultat | void |
public CreateObjectFromFile ( string container, string filePath, string objectName = null, string contentType = null, int chunkSize = 4096, string>.Dictionary |
||
container | string | |
filePath | string | |
objectName | string | |
contentType | string | |
chunkSize | int | |
headers | string>.Dictionary | |
progressUpdated | Action |
|
useInternalUrl | bool | |
Résultat | void |
public CreatePool ( string name, string subnetId, string lbMethod = "ROUND_ROBIN", string protocol = "TCP" ) : Pool | ||
name | string | |
subnetId | string | |
lbMethod | string | |
protocol | string | |
Résultat | Pool |
public CreatePort ( string networkId, FixedIp fixedIps = null, string>.Dictionary |
||
networkId | string | |
fixedIps | FixedIp | |
allowedAddressPairs | string>.Dictionary | |
tenantId | string | |
securityGroups | string | |
status | string | |
Résultat | Port |
public CreateServer ( string cloudServerName, string imageId, string flavor, string adminPass, string keyname = null, string nametag = null, string securityGroupNames = null, string attachVolumeIds = null, DiskConfiguration diskConfig = null, Metadata metadata = null, Personality personality = null, bool attachToServiceNetwork = false, bool attachToPublicNetwork = false, IEnumerable |
||
cloudServerName | string | |
imageId | string | |
flavor | string | |
adminPass | string | |
keyname | string | |
nametag | string | |
securityGroupNames | string | |
attachVolumeIds | string | |
diskConfig | DiskConfiguration | |
metadata | Metadata | |
personality | Personality | |
attachToServiceNetwork | bool | |
attachToPublicNetwork | bool | |
networks | IEnumerable |
|
Résultat | NewServer |
public CreateSubnet ( string name, string networkId, int ipVersion, string cidr ) : Subnet | ||
name | string | |
networkId | string | |
ipVersion | int | |
cidr | string | |
Résultat | Subnet |
public CreateTemporaryPublicUri ( HttpMethod method, string container, string objectName, string key, DateTimeOffset expiration, bool useInternalUrl = false ) : Uri | ||
method | HttpMethod | |
container | string | |
objectName | string | |
key | string | |
expiration | DateTimeOffset | |
useInternalUrl | bool | |
Résultat | Uri |
public CreateUserAccess ( string username, string password, string tenantName = null, string tenantId = null ) : UserAccess | ||
username | string | |
password | string | |
tenantName | string | |
tenantId | string | |
Résultat | UserAccess |
public CreateVIP ( string name, string protocol, string protocolPort, string poolId, string subnetId, string address, bool adminStateUp, string description = null, string sessionPpersistence = null, int connectionLimit = null ) : VIP | ||
name | string | |
protocol | string | |
protocolPort | string | |
poolId | string | |
subnetId | string | |
address | string | |
adminStateUp | bool | |
description | string | |
sessionPpersistence | string | |
connectionLimit | int | |
Résultat | VIP |
public CreateVolume ( int size, string sourceVolumeId = null, string description = null, string name = null, string snapshotId = null, string volumeType = null, string imageRef = null ) : Volume | ||
size | int | |
sourceVolumeId | string | |
description | string | |
name | string | |
snapshotId | string | |
volumeType | string | |
imageRef | string | |
Résultat | Volume |
public DeleteBackupService ( string backupId ) : bool | ||
backupId | string | |
Résultat | bool |
public DeleteContainer ( string container, bool deleteObjects = false, bool useInternalUrl = false ) : void | ||
container | string | |
deleteObjects | bool | |
useInternalUrl | bool | |
Résultat | void |
public DeleteContainerMetadata ( string container, IEnumerable |
||
container | string | |
keys | IEnumerable |
|
useInternalUrl | bool | |
Résultat | void |
public DeleteContainerMetadata ( string container, string key, bool useInternalUrl = false ) : void | ||
container | string | |
key | string | |
useInternalUrl | bool | |
Résultat | void |
public DeleteDatabase ( string databaseId ) : bool | ||
databaseId | string | |
Résultat | bool |
public DeleteDbGrant ( string databaseId, string userId ) : bool | ||
databaseId | string | |
userId | string | |
Résultat | bool |
public DeleteDbService ( string serviceId ) : bool | ||
serviceId | string | |
Résultat | bool |
public DeleteDbUser ( string userId ) : bool | ||
userId | string | |
Résultat | bool |
public DeleteDnsRecord ( string domainId, string recordId ) : bool | ||
domainId | string | |
recordId | string | |
Résultat | bool |
public DeleteDomain ( string domainId ) : bool | ||
domainId | string | |
Résultat | bool |
public DeleteEmailAddress ( string emailId ) : bool | ||
emailId | string | |
Résultat | bool |
public DeleteEmailForwarding ( string forwardingId ) : bool | ||
forwardingId | string | |
Résultat | bool |
public DeleteEmailWebHook ( string emailId ) : bool | ||
emailId | string | |
Résultat | bool |
public DeleteGlanceImage ( string imageId ) : bool | ||
imageId | string | |
Résultat | bool |
public DeleteHealthMonitor ( string monitorId ) : bool | ||
monitorId | string | |
Résultat | bool |
public DeleteInterfaceAttachment ( string serverId, string portId ) : bool | ||
serverId | string | |
portId | string | |
Résultat | bool |
public DeleteKeypair ( string name ) : bool | ||
name | string | |
Résultat | bool |
public DeleteLBMember ( string memberId ) : bool | ||
memberId | string | |
Résultat | bool |
public DeleteMailDomain ( string domainId ) : bool | ||
domainId | string | |
Résultat | bool |
public DeleteMailMessage ( string emailId, string messageId ) : bool | ||
emailId | string | |
messageId | string | |
Résultat | bool |
public DeleteMailService ( string serviceId ) : bool | ||
serviceId | string | |
Résultat | bool |
public DeleteNetwork ( string networkId ) : bool | ||
networkId | string | |
Résultat | bool |
public DeleteNetworkSecurityGroup ( string networkSecurityGroupId ) : bool | ||
networkSecurityGroupId | string | |
Résultat | bool |
public DeleteNetworkSecurityGroupRule ( string networkSecurityRuleId ) : bool | ||
networkSecurityRuleId | string | |
Résultat | bool |
public DeleteObject ( string container, string objectName, string>.Dictionary |
||
container | string | |
objectName | string | |
headers | string>.Dictionary | |
deleteSegments | bool | |
useInternalUrl | bool | |
Résultat | void |
public DeleteObjectMetadata ( string container, string objectName, IEnumerable |
||
container | string | |
objectName | string | |
keys | IEnumerable |
|
useInternalUrl | bool | |
Résultat | void |
public DeleteObjectMetadata ( string container, string objectName, string key, bool useInternalUrl = false ) : void | ||
container | string | |
objectName | string | |
key | string | |
useInternalUrl | bool | |
Résultat | void |
public DeleteObjects ( string container, IEnumerable |
||
container | string | |
objects | IEnumerable |
|
headers | string>.Dictionary | |
useInternalUrl | bool | |
Résultat | void |
public DeleteServer ( string serverId ) : bool | ||
serverId | string | |
Résultat | bool |
public DeleteSubnet ( string subnetId ) : bool | ||
subnetId | string | |
Résultat | bool |
public DeleteVolume ( string volumeId ) : bool | ||
volumeId | string | |
Résultat | bool |
public DetachVolume ( string serverId, string volumeId ) : bool | ||
serverId | string | |
volumeId | string | |
Résultat | bool |
public DisableCDNOnContainer ( string container ) : string>.Dictionary |
||
container | string | |
Résultat | string>.Dictionary |
public DisableStaticWebOnContainer ( string container, bool useInternalUrl = false ) : void | ||
container | string | |
useInternalUrl | bool | |
Résultat | void |
public DisassociateHealthMonitor ( string monitorId, string poolId ) : bool | ||
monitorId | string | |
poolId | string | |
Résultat | bool |
public EnableCDNOnContainer ( string container, bool logRetention ) : string>.Dictionary |
||
container | string | |
logRetention | bool | |
Résultat | string>.Dictionary |
public EnableCDNOnContainer ( string container, long timeToLive ) : string>.Dictionary |
||
container | string | |
timeToLive | long | |
Résultat | string>.Dictionary |
public EnableCDNOnContainer ( string container, long timeToLive, bool logRetention ) : string>.Dictionary |
||
container | string | |
timeToLive | long | |
logRetention | bool | |
Résultat | string>.Dictionary |
public EnableStaticWebOnContainer ( string container, string css, bool listing, bool useInternalUrl = false ) : void | ||
container | string | |
css | string | |
listing | bool | |
useInternalUrl | bool | |
Résultat | void |
public EnableStaticWebOnContainer ( string container, string index, string error, bool useInternalUrl = false ) : void | ||
container | string | |
index | string | |
error | string | |
useInternalUrl | bool | |
Résultat | void |
public EnableStaticWebOnContainer ( string container, string index, string error, bool listing, bool useInternalUrl = false ) : void | ||
container | string | |
index | string | |
error | string | |
listing | bool | |
useInternalUrl | bool | |
Résultat | void |
public EnableStaticWebOnContainer ( string container, string index, string error, string css, bool listing, bool useInternalUrl = false ) : void | ||
container | string | |
index | string | |
error | string | |
css | string | |
listing | bool | |
useInternalUrl | bool | |
Résultat | void |
public ExportZone ( string zoneId ) : string | ||
zoneId | string | |
Résultat | string |
public ExtractArchive ( Stream stream, string uploadPath, ArchiveFormat archiveFormat, string contentType = null, int chunkSize = 4096, string>.Dictionary |
||
stream | Stream | |
uploadPath | string | |
archiveFormat | ArchiveFormat | |
contentType | string | |
chunkSize | int | |
headers | string>.Dictionary | |
progressUpdated | Action |
|
useInternalUrl | bool | |
Résultat | ExtractArchiveResponse |
public ExtractArchiveFromFile ( string filePath, string uploadPath, ArchiveFormat archiveFormat, string contentType = null, int chunkSize = 4096, string>.Dictionary |
||
filePath | string | |
uploadPath | string | |
archiveFormat | ArchiveFormat | |
contentType | string | |
chunkSize | int | |
headers | string>.Dictionary | |
progressUpdated | Action |
|
useInternalUrl | bool | |
Résultat | ExtractArchiveResponse |
public GetAccountHeaders ( bool useInternalUrl = false ) : string>.Dictionary |
||
useInternalUrl | bool | |
Résultat | string>.Dictionary |
public GetAccountMetaData ( bool useInternalUrl = false ) : string>.Dictionary |
||
useInternalUrl | bool | |
Résultat | string>.Dictionary |
public GetBackupService ( string backupId ) : BackupService | ||
backupId | string | |
Résultat | BackupService |
public GetBillingInvoice ( int invoiceId ) : BillingInvoice | ||
invoiceId | int | |
Résultat | BillingInvoice |
public GetCPUGraph ( string serverId, DateTime startDate = null, DateTime endDate = null, string mode = null ) : string | ||
serverId | string | |
startDate | DateTime | |
endDate | DateTime | |
mode | string | |
Résultat | string |
public GetCloudImageTask ( string taskId ) : CloudImageTaskDetail | ||
taskId | string | |
Résultat | CloudImageTaskDetail |
public GetContainerCDNHeader ( string container ) : ContainerCDN | ||
container | string | |
Résultat | ContainerCDN |
public GetContainerHeader ( string container, bool useInternalUrl = false ) : string>.Dictionary |
||
container | string | |
useInternalUrl | bool | |
Résultat | string>.Dictionary |
public GetContainerMetaData ( string container, bool useInternalUrl = false ) : string>.Dictionary |
||
container | string | |
useInternalUrl | bool | |
Résultat | string>.Dictionary |
public GetDatabase ( string databaseId ) : Database | ||
databaseId | string | |
Résultat | Database |
public GetDbService ( string serviceId ) : DbService | ||
serviceId | string | |
Résultat | DbService |
public GetDbServiceQuota ( string serviceId ) : DbServiceQuota | ||
serviceId | string | |
Résultat | DbServiceQuota |
public GetDbUser ( string userId ) : DbUser | ||
userId | string | |
Résultat | DbUser |
public GetDiskIOGraph ( string serverId, string deviceName = null, DateTime startDate = null, DateTime endDate = null, string mode = null ) : string | ||
serverId | string | |
deviceName | string | |
startDate | DateTime | |
endDate | DateTime | |
mode | string | |
Résultat | string |
public GetDnsRecord ( string domainId, string recordId ) : DnsRecord | ||
domainId | string | |
recordId | string | |
Résultat | DnsRecord |
public GetDnsServiceDetails ( string domainId ) : IEnumerable |
||
domainId | string | |
Résultat | IEnumerable |
public GetDomain ( string domainId ) : Domain | ||
domainId | string | |
Résultat | Domain |
public GetEmailAddress ( string emailId ) : Email | ||
emailId | string | |
Résultat |
public GetEmailBlackList ( string emailId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
emailId | string | |
offset | int | |
limit | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public GetEmailForwarding ( string forwardingId ) : EmailForwarding | ||
forwardingId | string | |
Résultat | EmailForwarding |
public GetEmailWebHook ( string emailId ) : EmailWebHook | ||
emailId | string | |
Résultat | EmailWebHook |
public GetEmailWhiteList ( string emailId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
emailId | string | |
offset | int | |
limit | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public GetFlavor ( string flavorid ) : FlavorDetails | ||
flavorid | string | |
Résultat | FlavorDetails |
public GetGlanceImage ( string imageId ) : CloudImage | ||
imageId | string | |
Résultat | CloudImage |
public GetHealthMonitor ( string monitorId ) : HealthMonitor | ||
monitorId | string | |
Résultat | HealthMonitor |
public GetHttpConsole ( string serverId ) : VncConsole | ||
serverId | string | |
Résultat | VncConsole |
public GetImage ( string imageId ) : ServerImage | ||
imageId | string | |
Résultat | ServerImage |
public GetInterfaceAttachment ( string serverId, string portId ) : InterfaceAttachment | ||
serverId | string | |
portId | string | |
Résultat | InterfaceAttachment |
public GetKeypair ( string keyName ) : Keypair | ||
keyName | string | |
Résultat | Keypair |
public GetLBMember ( string memberId ) : LBMember | ||
memberId | string | |
Résultat | LBMember |
public GetMailAttachment ( string emailId, string messageId, string attachmentId ) : Attachment | ||
emailId | string | |
messageId | string | |
attachmentId | string | |
Résultat | Attachment |
public GetMailBoxQuota ( string serviceId ) : MailBoxQuota | ||
serviceId | string | |
Résultat | MailBoxQuota |
public GetMailDomainDedicatedIp ( string domainId ) : string | ||
domainId | string | |
Résultat | string |
public GetMailMessage ( string emailId, string messageId ) : MailMessage | ||
emailId | string | |
messageId | string | |
Résultat | MailMessage |
public GetMailService ( string serviceId ) : MailService | ||
serviceId | string | |
Résultat | MailService |
public GetNetwork ( string networkId ) : Network | ||
networkId | string | |
Résultat | Network |
public GetNetworkGraph ( string serverId, string portId, DateTime startDate = null, DateTime endDate = null, string mode = null ) : string | ||
serverId | string | |
portId | string | |
startDate | DateTime | |
endDate | DateTime | |
mode | string | |
Résultat | string |
public GetNetworkSecurityGroup ( string groupId ) : NetworkSecurityGroup | ||
groupId | string | |
Résultat | NetworkSecurityGroup |
public GetNetworkSecurityGroupRule ( string ruleId ) : NetworkSecurityGroupRule | ||
ruleId | string | |
Résultat | NetworkSecurityGroupRule |
public GetNotification ( int notificationCode, string lang = "en" ) : Notification | ||
notificationCode | int | |
lang | string | |
Résultat | Notification |
public GetNovaConsole ( string serverId ) : VncConsole | ||
serverId | string | |
Résultat | VncConsole |
public GetObject ( string container, string objectName, Stream outputStream, int chunkSize = 4096, string>.Dictionary |
||
container | string | |
objectName | string | |
outputStream | Stream | |
chunkSize | int | |
headers | string>.Dictionary | |
verifyEtag | bool | |
progressUpdated | Action |
|
useInternalUrl | bool | |
Résultat | void |
public GetObjectHeaders ( string container, string objectName, bool useInternalUrl = false ) : string>.Dictionary |
||
container | string | |
objectName | string | |
useInternalUrl | bool | |
Résultat | string>.Dictionary |
public GetObjectMetaData ( string container, string objectName, bool useInternalUrl = false ) : string>.Dictionary |
||
container | string | |
objectName | string | |
useInternalUrl | bool | |
Résultat | string>.Dictionary |
public GetObjectSaveToFile ( string container, string saveDirectory, string objectName, string fileName = null, int chunkSize = 65536, string>.Dictionary |
||
container | string | |
saveDirectory | string | |
objectName | string | |
fileName | string | |
chunkSize | int | |
headers | string>.Dictionary | |
verifyEtag | bool | |
progressUpdated | Action |
|
useInternalUrl | bool | |
Résultat | void |
public GetOrderItem ( string itemid ) : OrderItem | ||
itemid | string | |
Résultat | OrderItem |
public GetPaymentSummary ( ) : PaymentSummary | ||
Résultat | PaymentSummary |
public GetServer ( string serverId ) : Server | ||
serverId | string | |
Résultat | Server |
public GetServerVolume ( string serverId, string volumeId ) : ServerVolume | ||
serverId | string | |
volumeId | string | |
Résultat | ServerVolume |
public GetSubnet ( string subnetId ) : Subnet | ||
subnetId | string | |
Résultat | Subnet |
public GetSwiftRequestGraph ( DateTime startDate = null, DateTime endDate = null, string mode = null ) : string | ||
startDate | DateTime | |
endDate | DateTime | |
mode | string | |
Résultat | string |
public GetSwiftSizeGraph ( DateTime startDate = null, DateTime endDate = null, string mode = null ) : string | ||
startDate | DateTime | |
endDate | DateTime | |
mode | string | |
Résultat | string |
public GetVncConsole ( string serverId ) : VncConsole | ||
serverId | string | |
Résultat | VncConsole |
public GetVolume ( string volumeId ) : Volume | ||
volumeId | string | |
Résultat | Volume |
public GetVolumeType ( string volumeId ) : VolumeType | ||
volumeId | string | |
Résultat | VolumeType |
public ImportImage ( string name, string importFromUrl ) : bool | ||
name | string | |
importFromUrl | string | |
Résultat | bool |
public ImportZone ( string zoneContent ) : Zone | ||
zoneContent | string | |
Résultat | Zone |
public ListAddresses ( string serverId ) : ServerAddresses | ||
serverId | string | |
Résultat | ServerAddresses |
public ListBackupServices ( ) : IEnumerable |
||
Résultat | IEnumerable |
public ListBillingInvoices ( int offset, int limit = 1000 ) : IEnumerable |
||
offset | int | |
limit | int | |
Résultat | IEnumerable |
public ListCDNContainers ( int limit = null, string markerId = null, string markerEnd = null, bool cdnEnabled = false ) : IEnumerable |
||
limit | int | |
markerId | string | |
markerEnd | string | |
cdnEnabled | bool | |
Résultat | IEnumerable |
public ListCloudImageTasks ( ) : IEnumerable |
||
Résultat | IEnumerable |
public ListContainers ( int limit = null, string marker = null, string markerEnd = null, bool useInternalUrl = false ) : IEnumerable |
||
limit | int | |
marker | string | |
markerEnd | string | |
useInternalUrl | bool | |
Résultat | IEnumerable |
public ListDatabases ( string serviceId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
serviceId | string | |
offset | int | |
limit | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public ListDbBackups ( string databaseId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
databaseId | string | |
offset | int | |
limit | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public ListDbGrant ( string databaseId, int lineCount = null, int pageNo = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
databaseId | string | |
lineCount | int | |
pageNo | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public ListDbServices ( int lineCount = null, int pageNo = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
lineCount | int | |
pageNo | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public ListDbUsers ( string serviceId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
serviceId | string | |
offset | int | |
limit | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public ListDnsRecords ( string domainId ) : IEnumerable |
||
domainId | string | |
Résultat | IEnumerable |
public ListEmailAddresses ( string domainId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
domainId | string | |
offset | int | |
limit | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public ListEmailForwardings ( string emailId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
emailId | string | |
offset | int | |
limit | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public ListFlavors ( int minDiskInGB = null, int minRamInMB = null, string markerId = null, int limit = null ) : IEnumerable |
||
minDiskInGB | int | |
minRamInMB | int | |
markerId | string | |
limit | int | |
Résultat | IEnumerable |
public ListFlavorsDetails ( int minDiskInGB = null, int minRamInMB = null, string markerId = null, int limit = null ) : IEnumerable |
||
minDiskInGB | int | |
minRamInMB | int | |
markerId | string | |
limit | int | |
Résultat | IEnumerable |
public ListGlanceImages ( int limit = null, string marker = null, string name = null, string visibility = null, string memberStatus = null, string owner = null, string status = null, int sizeMin = null, int sizeMax = null, string sortKey = null, string sortDir = null, string tag = null ) : IEnumerable |
||
limit | int | |
marker | string | |
name | string | |
visibility | string | |
memberStatus | string | |
owner | string | |
status | string | |
sizeMin | int | |
sizeMax | int | |
sortKey | string | |
sortDir | string | |
tag | string | |
Résultat | IEnumerable |
public ListHealthMonitors ( ) : IEnumerable |
||
Résultat | IEnumerable |
public ListImages ( string server = null, string imageName = null, ImageState imageStatus = null, DateTimeOffset changesSince = null, string markerId = null, int limit = null, ImageType imageType = null ) : IEnumerable |
||
server | string | |
imageName | string | |
imageStatus | ImageState | |
changesSince | DateTimeOffset | |
markerId | string | |
limit | int | |
imageType | ImageType | |
Résultat | IEnumerable |
public ListImagesDetails ( string server = null, string imageName = null, ImageState imageStatus = null, DateTimeOffset changesSince = null, string markerId = null, int limit = null, ImageType imageType = null ) : IEnumerable |
||
server | string | |
imageName | string | |
imageStatus | ImageState | |
changesSince | DateTimeOffset | |
markerId | string | |
limit | int | |
imageType | ImageType | |
Résultat | IEnumerable |
public ListInterfaceAttachments ( string serverId ) : IEnumerable |
||
serverId | string | |
Résultat | IEnumerable |
public ListLBMembers ( string subnetId = null, string poolId = null, string protocolPort = null ) : IEnumerable |
||
subnetId | string | |
poolId | string | |
protocolPort | string | |
Résultat | IEnumerable |
public ListMailDomains ( string serviceId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
serviceId | string | |
offset | int | |
limit | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public ListMailMessageHeaders ( string emailId, int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
emailId | string | |
offset | int | |
limit | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public ListMailServices ( int offset = null, int limit = null, string sortKey = null, string sortType = null ) : IEnumerable |
||
offset | int | |
limit | int | |
sortKey | string | |
sortType | string | |
Résultat | IEnumerable |
public ListNetworkSecurityGroupRules ( ) : IEnumerable |
||
Résultat | IEnumerable |
public ListNetworkSecurityGroups ( ) : IEnumerable |
||
Résultat | IEnumerable |
public ListNotifications ( string lang = "en", int offset, int limit = 1000 ) : IEnumerable |
||
lang | string | |
offset | int | |
limit | int | |
Résultat | IEnumerable |
public ListObjects ( string container, int limit = null, string marker = null, string markerEnd = null, string prefix = null, bool useInternalUrl = false ) : IEnumerable |
||
container | string | |
limit | int | |
marker | string | |
markerEnd | string | |
prefix | string | |
useInternalUrl | bool | |
Résultat | IEnumerable |
public ListPaymentHistory ( ) : IEnumerable |
||
Résultat | IEnumerable |
public ListServerIps ( string serverId ) : ServerIps | ||
serverId | string | |
Résultat | ServerIps |
public ListServerSecurityGroups ( string serverId ) : IEnumerable |
||
serverId | string | |
Résultat | IEnumerable |
public ListServerVolumes ( string serverId ) : IEnumerable |
||
serverId | string | |
Résultat | IEnumerable |
public ListServers ( string imageId = null, string flavorId = null, string name = null, ServerState status = null, string markerId = null, int limit = null, DateTimeOffset changesSince = null ) : IEnumerable |
||
imageId | string | |
flavorId | string | |
name | string | |
status | ServerState | |
markerId | string | |
limit | int | |
changesSince | DateTimeOffset | |
Résultat | IEnumerable |
public ListServersDetails ( string imageId = null, string flavorId = null, string name = null, ServerState status = null, string markerId = null, int limit = null, DateTimeOffset changesSince = null ) : IEnumerable |
||
imageId | string | |
flavorId | string | |
name | string | |
status | ServerState | |
markerId | string | |
limit | int | |
changesSince | DateTimeOffset | |
Résultat | IEnumerable |
public ListTenantUsers ( string tenantId = null ) : IEnumerable |
||
tenantId | string | |
Résultat | IEnumerable |
public ListVolumesDetails ( ) : IEnumerable |
||
Résultat | IEnumerable |
public MoveObject ( string sourceContainer, string sourceObjectName, string destinationContainer, string destinationObjectName, string destinationContentType = null, string>.Dictionary |
||
sourceContainer | string | |
sourceObjectName | string | |
destinationContainer | string | |
destinationObjectName | string | |
destinationContentType | string | |
headers | string>.Dictionary | |
useInternalUrl | bool | |
Résultat | void |
public OpenStackMember ( ) : Objects.Identity | ||
Résultat | Objects.Identity |
public PurgeObjectFromCDN ( string container, string objectName, IEnumerable |
||
container | string | |
objectName | string | |
emails | IEnumerable |
|
Résultat | void |
public RebuildServer ( string serverId, string imageRef, string adminPassword, string keyName = null ) : Server | ||
serverId | string | |
imageRef | string | |
adminPassword | string | |
keyName | string | |
Résultat | Server |
public ResizeServer ( string serverId, string flavorid, DiskConfiguration diskconfig ) : bool | ||
serverId | string | |
flavorid | string | |
diskconfig | DiskConfiguration | |
Résultat | bool |
public RestartServer ( string serverId, RebootType rebootType ) : bool | ||
serverId | string | |
rebootType | RebootType | |
Résultat | bool |
public RestoreDatabase ( string databaseId, string backupId ) : bool | ||
databaseId | string | |
backupId | string | |
Résultat | bool |
public RestoreFromBackupRun ( string backupId, string backupRunId ) : bool | ||
backupId | string | |
backupRunId | string | |
Résultat | bool |
public RevertResizeServer ( string serverId ) : bool | ||
serverId | string | |
Résultat | bool |
public SetDbServiceBackup ( string serviceId, bool enabled ) : bool | ||
serviceId | string | |
enabled | bool | |
Résultat | bool |
public SetDefaultRegion ( string region ) : void | ||
region | string | |
Résultat | void |
public SetEmailForwardingCopy ( string emailId, bool enabled ) : bool | ||
emailId | string | |
enabled | bool | |
Résultat | bool |
public SetEmailSpamFilter ( string emailId, bool enabled, string type = null ) : bool | ||
emailId | string | |
enabled | bool | |
type | string | |
Résultat | bool |
public SetEmailVirusCheck ( string emailId, bool enabled ) : bool | ||
emailId | string | |
enabled | bool | |
Résultat | bool |
public SetImageQuota ( string quota ) : string>.Dictionary |
||
quota | string | |
Résultat | string>.Dictionary |
public SetMailDomainDedicatedIpStatus ( string domainId, bool enabled ) : string | ||
domainId | string | |
enabled | bool | |
Résultat | string |
public SetMailServiceBackup ( string serviceId, bool enabled ) : bool | ||
serviceId | string | |
enabled | bool | |
Résultat | bool |
public SetNotification ( int notificationCode, string status ) : Notification | ||
notificationCode | int | |
status | string | |
Résultat | Notification |
public SetWebShare ( string imageId, bool sharing ) : bool | ||
imageId | string | |
sharing | bool | |
Résultat | bool |
public ShutdownServer ( string serverId ) : bool | ||
serverId | string | |
Résultat | bool |
public StartServer ( string serverId ) : bool | ||
serverId | string | |
Résultat | bool |
public StopServer ( string serverId ) : bool | ||
serverId | string | |
Résultat | bool |
public UpdateAccountMetadata ( string>.Dictionary |
||
metadata | string>.Dictionary | |
useInternalUrl | bool | |
Résultat | void |
public UpdateBlackList ( string emailId, EmailFilterDetails targets ) : IEnumerable |
||
emailId | string | |
targets | EmailFilterDetails | |
Résultat | IEnumerable |
public UpdateContainerCdnHeaders ( string container, string>.Dictionary |
||
container | string | |
headers | string>.Dictionary | |
Résultat | void |
public UpdateContainerMetadata ( string container, string>.Dictionary |
||
container | string | |
metadata | string>.Dictionary | |
useInternalUrl | bool | |
Résultat | void |
public UpdateDatabase ( string databaseId, string memo = null ) : Database | ||
databaseId | string | |
memo | string | |
Résultat | Database |
public UpdateDbService ( string serviceId, string serviceName ) : DbService | ||
serviceId | string | |
serviceName | string | |
Résultat | DbService |
public UpdateDbServiceQuota ( string serviceId, int quota ) : DbServiceQuota | ||
serviceId | string | |
quota | int | |
Résultat | DbServiceQuota |
public UpdateDbUser ( string userId, string password = null, string memo = null ) : DbUser | ||
userId | string | |
password | string | |
memo | string | |
Résultat | DbUser |
public UpdateDnsRecord ( string domainId, string recordId, string name, string type, string data, int priority = null, int ttl = null, string description = null, string gslbRegion = null, int gslbWeight = null, int gslbCheck = null ) : DnsRecord | ||
domainId | string | |
recordId | string | |
name | string | |
type | string | |
data | string | |
priority | int | |
ttl | int | |
description | string | |
gslbRegion | string | |
gslbWeight | int | |
gslbCheck | int | |
Résultat | DnsRecord |
public UpdateDomain ( string domainId, string domainName = null, string email = null, int ttl = null, string description = null, int gslb = null ) : Domain | ||
domainId | string | |
domainName | string | |
string | ||
ttl | int | |
description | string | |
gslb | int | |
Résultat | Domain |
public UpdateEmailForwarding ( string forwardingId, string toForwardAddress ) : EmailForwarding | ||
forwardingId | string | |
toForwardAddress | string | |
Résultat | EmailForwarding |
public UpdateEmailWebHook ( string emailId, string webhookUrl, string keyword ) : EmailWebHook | ||
emailId | string | |
webhookUrl | string | |
keyword | string | |
Résultat | EmailWebHook |
public UpdateHealthMonitor ( string monitorId, int delay, int maxRetries, string urlPath ) : HealthMonitor | ||
monitorId | string | |
delay | int | |
maxRetries | int | |
urlPath | string | |
Résultat | HealthMonitor |
public UpdateLBMember ( string memberId, int weight ) : LBMember | ||
memberId | string | |
weight | int | |
Résultat | LBMember |
public UpdateMailBoxQuota ( string serviceId, int quota ) : MailBoxQuota | ||
serviceId | string | |
quota | int | |
Résultat | MailBoxQuota |
public UpdateMailService ( string serviceId, string serviceName ) : MailService | ||
serviceId | string | |
serviceName | string | |
Résultat | MailService |
public UpdateObjectMetadata ( string container, string objectName, string>.Dictionary |
||
container | string | |
objectName | string | |
metadata | string>.Dictionary | |
useInternalUrl | bool | |
Résultat | void |
public UpdatePool ( string poolId, string name = null, string lbMethod = null ) : Pool | ||
poolId | string | |
name | string | |
lbMethod | string | |
Résultat | Pool |
public UpdatePort ( string portId, bool adminStateUp = null, string securityGroups = null, FixedIp fixedIps = null, AllowedAddressPair allowedAddressPairs = null ) : Port | ||
portId | string | |
adminStateUp | bool | |
securityGroups | string | |
fixedIps | FixedIp | |
allowedAddressPairs | AllowedAddressPair | |
Résultat | Port |
public UpdateSubnet ( string subnetId, string name ) : Subnet | ||
subnetId | string | |
name | string | |
Résultat | Subnet |
public UpdateWhiteList ( string emailId, EmailFilterDetails targets ) : IEnumerable |
||
emailId | string | |
targets | EmailFilterDetails | |
Résultat | IEnumerable |
public WaitForVolumeAvailable ( string volumeId, int refreshCount = 600, TimeSpan refreshDelay = null ) : Volume | ||
volumeId | string | |
refreshCount | int | |
refreshDelay | TimeSpan | |
Résultat | Volume |
public WaitForVolumeDeleted ( string volumeId, int refreshCount = 360, TimeSpan refreshDelay = null ) : bool | ||
volumeId | string | |
refreshCount | int | |
refreshDelay | TimeSpan | |
Résultat | bool |
public WaitForVolumeState ( string volumeId, VolumeState expectedState, VolumeState errorStates, int refreshCount = 600, TimeSpan refreshDelay = null ) : Volume | ||
volumeId | string | |
expectedState | VolumeState | |
errorStates | VolumeState | |
refreshCount | int | |
refreshDelay | TimeSpan | |
Résultat | Volume |
protected toUnixTime ( DateTime pcTime ) : string | ||
pcTime | DateTime | |
Résultat | string |