Get Sites Controller Result
data class GetSitesControllerResult(val agentDetails: SiteAgentPropertiesResponse? = null, val applianceName: String? = null, val discoverySolutionId: String? = null, val eTag: String, val id: String, val location: String, val masterSiteId: String, val name: String, val provisioningState: String, val serviceEndpoint: String, val servicePrincipalIdentityDetails: SiteSpnPropertiesResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A VmwareSite
Constructors
Link copied to clipboard
fun GetSitesControllerResult(agentDetails: SiteAgentPropertiesResponse? = null, applianceName: String? = null, discoverySolutionId: String? = null, eTag: String, id: String, location: String, masterSiteId: String, name: String, provisioningState: String, serviceEndpoint: String, servicePrincipalIdentityDetails: SiteSpnPropertiesResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard