
com.vmware.avi.sdk.model.AviRestResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avisdk Show documentation
Show all versions of avisdk Show documentation
Avi SDK is a java API which creates a session with controller and perform CRUD operations.
/*
* Copyright 2021 VMware, Inc.
* SPDX-License-Identifier: Apache License 2.0
*/
package com.vmware.avi.sdk.model;
public abstract class AviRestResource {
public abstract String getUuid();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy