Class GetVmTypesResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:30:56.509-07:00")
    public class GetVmTypesResponse
    extends CdpResponse
    Response object from the VM type fetch operation.
    • Constructor Detail

      • GetVmTypesResponse

        public GetVmTypesResponse()
    • Method Detail

      • getVmTypes

        public List<String> getVmTypes()
        Getter for vmTypes. The supported VM types based on the given parameters.
      • setVmTypes

        public void setVmTypes​(List<String> vmTypes)
        Setter for vmTypes. The supported VM types based on the given parameters.
      • getVmTypesWithMetadata

        public List<VmTypeResponseWithMetadata> getVmTypesWithMetadata()
        Getter for vmTypesWithMetadata. The supported VM types based on the given parameters with metadata.
      • setVmTypesWithMetadata

        public void setVmTypesWithMetadata​(List<VmTypeResponseWithMetadata> vmTypesWithMetadata)
        Setter for vmTypesWithMetadata. The supported VM types based on the given parameters with metadata.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object