Uses of Class
com.morpheusdata.model.projection.SecurityGroupLocationIdentityProjection
Packages that use SecurityGroupLocationIdentityProjection
-
Uses of SecurityGroupLocationIdentityProjection in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type SecurityGroupLocationIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<SecurityGroupLocationIdentityProjection>MorpheusSecurityGroupLocationService.listIdentityProjections(Long cloudId, Long cloudPoolId, String category) Get a list of SecurityGroupLocation projections based on the Cloud associated with the SecurityGroupLocationio.reactivex.rxjava3.core.Observable<SecurityGroupLocationIdentityProjection>MorpheusSecurityGroupLocationService.listIdentityProjections(String refType, Long refId) Get a list of SecurityGroupLocation projections based on the refId and refType associated with the SecurityGroupLocationio.reactivex.rxjava3.core.Observable<SecurityGroupLocationIdentityProjection>MorpheusSecurityGroupLocationService.listSyncProjections(Long cloudId, Long cloudPoolId, String category) Deprecated.io.reactivex.rxjava3.core.Observable<SecurityGroupLocationIdentityProjection>MorpheusSecurityGroupLocationService.listSyncProjections(String refType, Long refId) Deprecated.Method parameters in com.morpheusdata.core with type arguments of type SecurityGroupLocationIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusSecurityGroupLocationService.removeSecurityGroupLocations(List<SecurityGroupLocationIdentityProjection> securityGroupLocations) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusSecurityGroupLocationService.syncAssociations(ComputeServerIdentityProjection server, List<SecurityGroupLocationIdentityProjection> securityGroupLocations) Adds, removes, and updates associations between SecurityGroups and SecurityGroupLocations -
Uses of SecurityGroupLocationIdentityProjection in com.morpheusdata.model
Subclasses of SecurityGroupLocationIdentityProjection in com.morpheusdata.modelModifier and TypeClassDescriptionclassRepresents a SecurityGroup for a specific location (usually a Cloud as referenced by the refId and refType).
MorpheusSecurityGroupLocationService.listIdentityProjections(Long, Long, String)}