Class CopyVersionOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CopyVersionOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The copyVersion options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] content()
      Gets the content.
      CopyVersionOptions.Builder newBuilder()
      New builder.
      java.util.List<java.lang.String> tags()
      Gets the tags.
      java.util.List<java.lang.String> targetKinds()
      Gets the targetKinds.
      java.lang.String versionLocId()
      Gets the versionLocId.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • versionLocId

        public java.lang.String versionLocId()
        Gets the versionLocId. A dotted value of `catalogID`.`versionID`.
        Returns:
        the versionLocId
      • tags

        public java.util.List<java.lang.String> tags()
        Gets the tags. Tags array.
        Returns:
        the tags
      • targetKinds

        public java.util.List<java.lang.String> targetKinds()
        Gets the targetKinds. Target kinds. Current valid values are 'iks', 'roks', 'vcenter', and 'terraform'.
        Returns:
        the targetKinds
      • content

        public byte[] content()
        Gets the content. byte array representing the content to be imported. Only supported for OVA images at this time.
        Returns:
        the content