Interface SecurityModule750.Service

All Superinterfaces:
Hardware.Service, Maskable, ResultLimitable, SecurityModule.Service, Server.Service, Service
Enclosing class:
SecurityModule750

@ApiService("SoftLayer_Hardware_SecurityModule750")
public static interface SecurityModule750.Service
extends SecurityModule.Service
See Also:
SoftLayer_Hardware_SecurityModule750
  • Method Details

    • asAsync

      Description copied from interface: Service
      Get an async version of this service
      Specified by:
      asAsync in interface Hardware.Service
      Specified by:
      asAsync in interface SecurityModule.Service
      Specified by:
      asAsync in interface Server.Service
      Specified by:
      asAsync in interface Service
    • withNewMask

      SecurityModule750.Mask withNewMask()
      Description copied from interface: Maskable
      Overwrite the existing mask on this service with a new one and return it
      Specified by:
      withNewMask in interface Hardware.Service
      Specified by:
      withNewMask in interface Maskable
      Specified by:
      withNewMask in interface SecurityModule.Service
      Specified by:
      withNewMask in interface Server.Service
    • withMask

      Description copied from interface: Maskable
      Use the existing mask on this service or create it if not present
      Specified by:
      withMask in interface Hardware.Service
      Specified by:
      withMask in interface Maskable
      Specified by:
      withMask in interface SecurityModule.Service
      Specified by:
      withMask in interface Server.Service
    • setMask

      void setMask​(SecurityModule750.Mask mask)
    • createObject

      @ApiMethod SecurityModule750 createObject​(SecurityModule750 templateObject)


      createObject() enables the creation of servers on an account. This
      method is a simplified alternative to interacting with the ordering system directly.


      In order to create a server, a template object must be sent in with a few required
      values.


      When this method returns an order will have been placed for a server of the specified configuration.


      To determine when the server is available you can poll the server via [[SoftLayer_Hardware/getObject|getObject]],
      checking the provisionDate property.
      When provisionDate is not null, the server will be ready. Be sure to use the globalIdentifier
      as your initialization parameter.


      Warning: Servers created via this method will incur charges on your account. For testing input parameters see [[SoftLayer_Hardware/generateOrderTemplate|generateOrderTemplate]].


      Input - [[SoftLayer_Hardware (type)|SoftLayer_Hardware]]

      • hostname
        Hostname for the server.

        • Required

        • Type - string





      • domain
        Domain for the server.

        • Required

        • Type - string





      • processorCoreAmount
        The number of logical CPU cores to allocate.

        • Required

        • Type - int

        • See [[SoftLayer_Hardware/getCreateObjectOptions|getCreateObjectOptions]] for available options.





      • memoryCapacity
        The amount of memory to allocate in gigabytes.

        • Required

        • Type - int

        • See [[SoftLayer_Hardware/getCreateObjectOptions|getCreateObjectOptions]] for available options.





      • hourlyBillingFlag
        Specifies the billing type for the server.

        • Required

        • Type - boolean

        • When true the server will be billed on hourly usage, otherwise it will be billed on a monthly basis.





      • operatingSystemReferenceCode
        An identifier for the operating system to provision the server with.

        • Required

        • Type - string

        • See [[SoftLayer_Hardware/getCreateObjectOptions|getCreateObjectOptions]] for available options.





      • datacenter.name
        Specifies which datacenter the server is to be provisioned in.

        • Required

        • Type - string

        • The datacenter property is a [[SoftLayer_Location (type)|location]] structure with the name field set.

        • See [[SoftLayer_Hardware/getCreateObjectOptions|getCreateObjectOptions]] for available options.


        {
        "datacenter": {
        "name": "dal05"
        }
        }




      • networkComponents.maxSpeed
        Specifies the connection speed for the server's network components.

        • Optional

        • Type - int

        • Default - The highest available zero cost port speed will be used.

        • Description - The networkComponents property is an array with a single [[SoftLayer_Network_Component (type)|network component]] structure. The maxSpeed property must be set to specify the network uplink speed, in megabits per second, of the server.

        • See [[SoftLayer_Hardware/getCreateObjectOptions|getCreateObjectOptions]] for available options.


        {
        "networkComponents": [
        {
        "maxSpeed": 1000
        }
        ]
        }




      • networkComponents.redundancyEnabledFlag
        Specifies whether or not the server's network components should be in redundancy groups.

        • Optional

        • Type - bool

        • Default - false

        • Description - The networkComponents property is an array with a single [[SoftLayer_Network_Component (type)|network component]] structure. When the redundancyEnabledFlag property is true the server's network components will be in redundancy groups.


        {
        "networkComponents": [
        {
        "redundancyEnabledFlag": false
        }
        ]
        }




      • privateNetworkOnlyFlag
        Specifies whether or not the server only has access to the private network

        • Optional

        • Type - boolean

        • Default - false

        • When true this flag specifies that a server is to only have access to the private network.





      • primaryNetworkComponent.networkVlan.id
        Specifies the network vlan which is to be used for the frontend interface of the server.

        • Optional

        • Type - int

        • Description - The primaryNetworkComponent property is a [[SoftLayer_Network_Component (type)|network component]] structure with the networkVlan property populated with a [[SoftLayer_Network_Vlan (type)|vlan]] structure. The id property must be set to specify the frontend network vlan of the server.


        {
        "primaryNetworkComponent": {
        "networkVlan": {
        "id": 1
        }
        }
        }




      • primaryBackendNetworkComponent.networkVlan.id
        Specifies the network vlan which is to be used for the backend interface of the server.

        • Optional

        • Type - int

        • Description - The primaryBackendNetworkComponent property is a [[SoftLayer_Network_Component (type)|network component]] structure with the networkVlan property populated with a [[SoftLayer_Network_Vlan (type)|vlan]] structure. The id property must be set to specify the backend network vlan of the server.


        {
        "primaryBackendNetworkComponent": {
        "networkVlan": {
        "id": 2
        }
        }
        }




      • fixedConfigurationPreset.keyName

        • Optional

        • Type - string

        • Description - The fixedConfigurationPreset property is a [[SoftLayer_Product_Package_Preset (type)|fixed configuration preset]] structure. The keyName property must be set to specify preset to use.

        • If a fixed configuration preset is used processorCoreAmount, memoryCapacity and hardDrives properties must not be set.

        • See [[SoftLayer_Hardware/getCreateObjectOptions|getCreateObjectOptions]] for available options.


        {
        "fixedConfigurationPreset": {
        "keyName": "SOME_KEY_NAME"
        }
        }




      • userData.value
        Arbitrary data to be made available to the server.

        • Optional

        • Type - string

        • Description - The userData property is an array with a single [[SoftLayer_Hardware_Attribute (type)|attribute]] structure with the value property set to an arbitrary value.

        • This value can be retrieved via the [[SoftLayer_Resource_Metadata/getUserMetadata|getUserMetadata]] method from a request originating from the server. This is primarily useful for providing data to software that may be on the server and configured to execute upon first boot.


        {
        "userData": [
        {
        "value": "someValue"
        }
        ]
        }




      • hardDrives
        Hard drive settings for the server

        • Optional

        • Type - SoftLayer_Hardware_Component

        • Default - The largest available capacity for a zero cost primary disk will be used.

        • Description - The hardDrives property is an array of [[SoftLayer_Hardware_Component (type)|hardware component]] structures.
        • Each hard drive must specify the capacity property.

        • See [[SoftLayer_Hardware/getCreateObjectOptions|getCreateObjectOptions]] for available options.


        {
        "hardDrives": [
        {
        "capacity": 500
        }
        ]
        }




      • sshKeys
        SSH keys to install on the server upon provisioning.

        • Optional

        • Type - array of [[SoftLayer_Security_Ssh_Key (type)|SoftLayer_Security_Ssh_Key]]

        • Description - The sshKeys property is an array of [[SoftLayer_Security_Ssh_Key (type)|SSH Key]] structures with the id property set to the value of an existing SSH key.

        • To create a new SSH key, call [[SoftLayer_Security_Ssh_Key/createObject|createObject]] on the [[SoftLayer_Security_Ssh_Key]] service.

        • To obtain a list of existing SSH keys, call [[SoftLayer_Account/getSshKeys|getSshKeys]] on the [[SoftLayer_Account]] service.

        {
        "sshKeys": [
        {
        "id": 123
        }
        ]
        }




      • postInstallScriptUri
        Specifies the uri location of the script to be downloaded and run after installation is complete.

        • Optional

        • Type - string








      REST Example


      curl -X POST -d '{
      "parameters":[
      {
      "hostname": "host1",
      "domain": "example.com",
      "processorCoreAmount": 2,
      "memoryCapacity": 2,
      "hourlyBillingFlag": true,
      "operatingSystemReferenceCode": "UBUNTU_LATEST"
      }
      ]
      }' https://api.softlayer.com/rest/v3/SoftLayer_Hardware.json

      HTTP/1.1 201 Created
      Location: https://api.softlayer.com/rest/v3/SoftLayer_Hardware/f5a3fcff-db1d-4b7c-9fa0-0349e41c29c5/getObject


      {
      "accountId": 232298,
      "bareMetalInstanceFlag": null,
      "domain": "example.com",
      "hardwareStatusId": null,
      "hostname": "host1",
      "id": null,
      "serviceProviderId": null,
      "serviceProviderResourceId": null,
      "globalIdentifier": "f5a3fcff-db1d-4b7c-9fa0-0349e41c29c5",
      "hourlyBillingFlag": true,
      "memoryCapacity": 2,
      "operatingSystemReferenceCode": "UBUNTU_LATEST",
      "processorCoreAmount": 2
      }
      See Also:
      SoftLayer_Hardware_SecurityModule750::createObject
    • getObjectForSecurityModule750

      @ApiMethod(value="getObject", instanceRequired=true) SecurityModule750 getObjectForSecurityModule750()
      See Also:
      SoftLayer_Hardware_SecurityModule750::getObject