All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nutanix.dp1.aio.aiops.v4.stats.Source Maven / Gradle / Ivy

Go to download

Manage infrastructure on-premises and in the cloud seamlessly through AIOps features such as Analysis, Reporting, Capacity Planning, What if Analysis, VM Rightsizing, Troubleshooting, App Discovery, Broad Observability, and Ops Automation through Playbooks.

The newest version!
/*
 * Generated file ..
 *
 * Product version: 4.0.3-alpha-2
 *
 * Part of the Nutanix Aiops Versioned APIs
 *
 * (c) 2023 Nutanix Inc.  All rights reserved
 *
 */

package com.nutanix.dp1.aio.aiops.v4.stats;

import com.fasterxml.jackson.annotation.JsonAnySetter;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import lombok.AccessLevel;
import com.nutanix.devplatform.models.PrettyModeViews.*;
import com.fasterxml.jackson.annotation.JsonView;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.nutanix.dp1.aio.deserializers.AioObjectTypeTypedObject;

import javax.validation.constraints.*;

import java.util.List;

import static com.nutanix.dp1.aio.deserializers.AioDeserializerUtils.*;





@EqualsAndHashCode(callSuper=true)
@Data
@lombok.extern.slf4j.Slf4j
public class Source extends com.nutanix.dp1.aio.common.v1.response.ExternalizableAbstractModel implements java.io.Serializable, AioObjectTypeTypedObject {

  

  public Source() {
    super();
    
  }

  @lombok.Builder(builderMethodName = "SourceBuilder")
  public Source(String tenantId, String extId, java.util.List links, String sourceName) {
    super(tenantId, extId, links);

    this.setSourceName(sourceName);
  }

  @Override 
  protected String initialize$objectType() {
    return "aiops.v4.stats.Source";
  }

  @Override 
  protected String initialize$fqObjectType() {
    return "aiops.v4.r0.a2.stats.Source";
  }


  
  

  
    /**
    * Source name for the vendors. For example 'nutanix'.
    */
    
    @JsonProperty("sourceName")
    public String sourceName = null;
  
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy