Get Gallery In VMAccess Control Profile Version Result
data class GetGalleryInVMAccessControlProfileVersionResult(val defaultAccess: String, val excludeFromLatest: Boolean? = null, val id: String, val location: String, val mode: String, val name: String, val provisioningState: String, val publishedDate: String, val replicationStatus: ReplicationStatusResponse, val rules: AccessControlRulesResponse? = null, val tags: Map<String, String>? = null, val targetLocations: List<TargetRegionResponse>? = null, val type: String)
Specifies information about the gallery inVMAccessControlProfile version that you want to create or update.
Constructors
Link copied to clipboard
constructor(defaultAccess: String, excludeFromLatest: Boolean? = null, id: String, location: String, mode: String, name: String, provisioningState: String, publishedDate: String, replicationStatus: ReplicationStatusResponse, rules: AccessControlRulesResponse? = null, tags: Map<String, String>? = null, targetLocations: List<TargetRegionResponse>? = null, type: String)
Properties
Link copied to clipboard
This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'.
Link copied to clipboard
If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.
Link copied to clipboard
The provisioning state, which only appears in the response.
Link copied to clipboard
The timestamp for when the Resource Profile Version is published.
Link copied to clipboard
This is the replication status of the gallery image version.
Link copied to clipboard
This is the Access Control Rules specification for an inVMAccessControlProfile version.
Link copied to clipboard
The target regions where the Resource Profile version is going to be replicated to. This property is updatable.