java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.product.Order
com.softlayer.api.service.container.product.order.network.storage.massdatamigration.Request

@ApiType("SoftLayer_Container_Product_Order_Network_Storage_MassDataMigration_Request")
public class Request
extends Order
This datatype is to be used for mass data migration requests.
See Also:
SoftLayer_Container_Product_Order_Network_Storage_MassDataMigration_Request
  • Field Details

    • address1

      @ApiProperty(canBeNullOrNotSet=true) protected String address1
      Line 1 of the address - typically the number and street address the MDMS device will be delivered to
    • address1Specified

      protected boolean address1Specified
    • address2

      @ApiProperty(canBeNullOrNotSet=true) protected String address2
      Line 2 of the address
    • address2Specified

      protected boolean address2Specified
    • addressAttention

      @ApiProperty(canBeNullOrNotSet=true) protected String addressAttention
      First and last name of the customer on the shipping address
    • addressAttentionSpecified

      protected boolean addressAttentionSpecified
    • addressNickname

      @ApiProperty(canBeNullOrNotSet=true) protected String addressNickname
      The datacenter name where the MDMS device will be shipped to
    • addressNicknameSpecified

      protected boolean addressNicknameSpecified
    • city

      @ApiProperty(canBeNullOrNotSet=true) protected String city
      The shipping address city
    • citySpecified

      protected boolean citySpecified
    • companyName

      @ApiProperty(canBeNullOrNotSet=true) protected String companyName
      Name of the company device is being shipped to
    • companyNameSpecified

      protected boolean companyNameSpecified
    • cosAccountId

      @ApiProperty(canBeNullOrNotSet=true) protected String cosAccountId
      Cloud Object Storage Account ID for the data offload destination
    • cosAccountIdSpecified

      protected boolean cosAccountIdSpecified
    • cosBucketName

      @ApiProperty(canBeNullOrNotSet=true) protected String cosBucketName
      Cloud Object Storage Bucket for the data offload destination
    • cosBucketNameSpecified

      protected boolean cosBucketNameSpecified
    • country

      @ApiProperty(canBeNullOrNotSet=true) protected String country
      The shipping address country
    • countrySpecified

      protected boolean countrySpecified
    • eth1DefaultGateway

      @ApiProperty(canBeNullOrNotSet=true) protected String eth1DefaultGateway
      Default Gateway used for preconfiguring the Eth1 port on the MDMS device to access the user interface
    • eth1DefaultGatewaySpecified

      protected boolean eth1DefaultGatewaySpecified
    • eth1Netmask

      @ApiProperty(canBeNullOrNotSet=true) protected String eth1Netmask
      Netmask used for preconfiguring the Eth1 port on the MDMS device to access the user interface
    • eth1NetmaskSpecified

      protected boolean eth1NetmaskSpecified
    • eth1StaticIp

      @ApiProperty(canBeNullOrNotSet=true) protected String eth1StaticIp
      Static IP Address used for preconfiguring the Eth1 port on the MDMS device to access the user interface
    • eth1StaticIpSpecified

      protected boolean eth1StaticIpSpecified
    • eth3Netmask

      @ApiProperty(canBeNullOrNotSet=true) protected String eth3Netmask
      Netmask used for preconfiguring the Eth3 port on the MDMS device to enable data transfer
    • eth3NetmaskSpecified

      protected boolean eth3NetmaskSpecified
    • eth3StaticIp

      @ApiProperty(canBeNullOrNotSet=true) protected String eth3StaticIp
      Static IP Address used for preconfiguring the Eth3 port on the MDMS device to enable data transfer
    • eth3StaticIpSpecified

      protected boolean eth3StaticIpSpecified
    • keyContactEmails

      @ApiProperty(canBeNullOrNotSet=true) protected List<String> keyContactEmails
      The e-mails of the MDMS key contacts
    • keyContactEmailsSpecified

      protected boolean keyContactEmailsSpecified
    • keyContactNames

      @ApiProperty(canBeNullOrNotSet=true) protected List<String> keyContactNames
      The names of the MDMS key contacts
    • keyContactNamesSpecified

      protected boolean keyContactNamesSpecified
    • keyContactPhoneNumbers

      @ApiProperty(canBeNullOrNotSet=true) protected List<String> keyContactPhoneNumbers
      The phone numbers of the MDMS key contacts
    • keyContactPhoneNumbersSpecified

      protected boolean keyContactPhoneNumbersSpecified
    • keyContactRoles

      @ApiProperty(canBeNullOrNotSet=true) protected List<String> keyContactRoles
      The roles of the MDMS key contacts
    • keyContactRolesSpecified

      protected boolean keyContactRolesSpecified
    • postalCode

      @ApiProperty(canBeNullOrNotSet=true) protected String postalCode
      The shipping address postal code
    • postalCodeSpecified

      protected boolean postalCodeSpecified
    • requestName

      @ApiProperty(canBeNullOrNotSet=true) protected String requestName
      Name of the Mass Data Migration Service job request
    • requestNameSpecified

      protected boolean requestNameSpecified
    • shippingAddress

      @ApiProperty(canBeNullOrNotSet=true) protected Address shippingAddress
      Shipping address and information where device will be shipped to
    • shippingAddressSpecified

      protected boolean shippingAddressSpecified
    • state

      @ApiProperty(canBeNullOrNotSet=true) protected String state
      The shipping address state
    • stateSpecified

      protected boolean stateSpecified
  • Constructor Details

    • Request

      public Request()
  • Method Details

    • getAddress1

      public String getAddress1()
    • setAddress1

      public void setAddress1​(String address1)
    • isAddress1Specified

      public boolean isAddress1Specified()
    • unsetAddress1

      public void unsetAddress1()
    • getAddress2

      public String getAddress2()
    • setAddress2

      public void setAddress2​(String address2)
    • isAddress2Specified

      public boolean isAddress2Specified()
    • unsetAddress2

      public void unsetAddress2()
    • getAddressAttention

      public String getAddressAttention()
    • setAddressAttention

      public void setAddressAttention​(String addressAttention)
    • isAddressAttentionSpecified

      public boolean isAddressAttentionSpecified()
    • unsetAddressAttention

      public void unsetAddressAttention()
    • getAddressNickname

      public String getAddressNickname()
    • setAddressNickname

      public void setAddressNickname​(String addressNickname)
    • isAddressNicknameSpecified

      public boolean isAddressNicknameSpecified()
    • unsetAddressNickname

      public void unsetAddressNickname()
    • getCity

      public String getCity()
    • setCity

      public void setCity​(String city)
    • isCitySpecified

      public boolean isCitySpecified()
    • unsetCity

      public void unsetCity()
    • getCompanyName

      public String getCompanyName()
    • setCompanyName

      public void setCompanyName​(String companyName)
    • isCompanyNameSpecified

      public boolean isCompanyNameSpecified()
    • unsetCompanyName

      public void unsetCompanyName()
    • getCosAccountId

      public String getCosAccountId()
    • setCosAccountId

      public void setCosAccountId​(String cosAccountId)
    • isCosAccountIdSpecified

      public boolean isCosAccountIdSpecified()
    • unsetCosAccountId

      public void unsetCosAccountId()
    • getCosBucketName

      public String getCosBucketName()
    • setCosBucketName

      public void setCosBucketName​(String cosBucketName)
    • isCosBucketNameSpecified

      public boolean isCosBucketNameSpecified()
    • unsetCosBucketName

      public void unsetCosBucketName()
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry​(String country)
    • isCountrySpecified

      public boolean isCountrySpecified()
    • unsetCountry

      public void unsetCountry()
    • getEth1DefaultGateway

      public String getEth1DefaultGateway()
    • setEth1DefaultGateway

      public void setEth1DefaultGateway​(String eth1DefaultGateway)
    • isEth1DefaultGatewaySpecified

      public boolean isEth1DefaultGatewaySpecified()
    • unsetEth1DefaultGateway

      public void unsetEth1DefaultGateway()
    • getEth1Netmask

      public String getEth1Netmask()
    • setEth1Netmask

      public void setEth1Netmask​(String eth1Netmask)
    • isEth1NetmaskSpecified

      public boolean isEth1NetmaskSpecified()
    • unsetEth1Netmask

      public void unsetEth1Netmask()
    • getEth1StaticIp

      public String getEth1StaticIp()
    • setEth1StaticIp

      public void setEth1StaticIp​(String eth1StaticIp)
    • isEth1StaticIpSpecified

      public boolean isEth1StaticIpSpecified()
    • unsetEth1StaticIp

      public void unsetEth1StaticIp()
    • getEth3Netmask

      public String getEth3Netmask()
    • setEth3Netmask

      public void setEth3Netmask​(String eth3Netmask)
    • isEth3NetmaskSpecified

      public boolean isEth3NetmaskSpecified()
    • unsetEth3Netmask

      public void unsetEth3Netmask()
    • getEth3StaticIp

      public String getEth3StaticIp()
    • setEth3StaticIp

      public void setEth3StaticIp​(String eth3StaticIp)
    • isEth3StaticIpSpecified

      public boolean isEth3StaticIpSpecified()
    • unsetEth3StaticIp

      public void unsetEth3StaticIp()
    • getKeyContactEmails

      public List<String> getKeyContactEmails()
    • isKeyContactEmailsSpecified

      public boolean isKeyContactEmailsSpecified()
    • unsetKeyContactEmails

      public void unsetKeyContactEmails()
    • getKeyContactNames

      public List<String> getKeyContactNames()
    • isKeyContactNamesSpecified

      public boolean isKeyContactNamesSpecified()
    • unsetKeyContactNames

      public void unsetKeyContactNames()
    • getKeyContactPhoneNumbers

      public List<String> getKeyContactPhoneNumbers()
    • isKeyContactPhoneNumbersSpecified

      public boolean isKeyContactPhoneNumbersSpecified()
    • unsetKeyContactPhoneNumbers

      public void unsetKeyContactPhoneNumbers()
    • getKeyContactRoles

      public List<String> getKeyContactRoles()
    • isKeyContactRolesSpecified

      public boolean isKeyContactRolesSpecified()
    • unsetKeyContactRoles

      public void unsetKeyContactRoles()
    • getPostalCode

      public String getPostalCode()
    • setPostalCode

      public void setPostalCode​(String postalCode)
    • isPostalCodeSpecified

      public boolean isPostalCodeSpecified()
    • unsetPostalCode

      public void unsetPostalCode()
    • getRequestName

      public String getRequestName()
    • setRequestName

      public void setRequestName​(String requestName)
    • isRequestNameSpecified

      public boolean isRequestNameSpecified()
    • unsetRequestName

      public void unsetRequestName()
    • getShippingAddress

      public Address getShippingAddress()
    • setShippingAddress

      public void setShippingAddress​(Address shippingAddress)
    • isShippingAddressSpecified

      public boolean isShippingAddressSpecified()
    • unsetShippingAddress

      public void unsetShippingAddress()
    • getState

      public String getState()
    • setState

      public void setState​(String state)
    • isStateSpecified

      public boolean isStateSpecified()
    • unsetState

      public void unsetState()